Enum ParserInvalidationMode
Controls how caches retaining a parser respond while that parser is being invalidated.
public enum ParserInvalidationMode : byte
- Extension Methods
Fields
CheckUsage = 0Keeps parser references and cancels disposal while the parser is used.
InvalidateReferences = 1Removes parser references so the parser can be disposed.