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)
199
if (_reader.Depth ==
_schemaXmlDepth
)
261
if (_reader.Depth ==
_schemaXmlDepth
)