5 references to ParsingState
System.Private.Xml (5)
System\Xml\Core\XmlTextReaderImpl.cs (5)
147private ParsingState _ps; 209private ParsingState[]? _parsingStatesStack; 8098_parsingStatesStack = new ParsingState[InitialParsingStatesDepth]; 8103ParsingState[] newParsingStateStack = new ParsingState[_parsingStatesStack.Length * 2];