5 references to ParsingState
System.Xml (5)
System\Xml\Core\XmlTextReaderImpl.cs (5)
164ParsingState ps; 231private ParsingState[] parsingStatesStack; 7284parsingStatesStack = new ParsingState[ InitialParsingStatesDepth ]; 7288ParsingState[] newParsingStateStack = new ParsingState[ parsingStatesStack.Length * 2 ];