2 writes to _schemaXmlDepth
System.Private.Xml (2)
System\Xml\Schema\Parser.cs (1)
73_schemaXmlDepth = reader.Depth;
System\Xml\Schema\ParserAsync.cs (1)
33_schemaXmlDepth = reader.Depth;
2 references to _schemaXmlDepth
System.Private.Xml (2)
System\Xml\Schema\Parser.cs (2)
199if (_reader.Depth == _schemaXmlDepth) 261if (_reader.Depth == _schemaXmlDepth)