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