2 writes to schemaXmlDepth
System.Xml (2)
System\Xml\Schema\Parser.cs (1)
75
schemaXmlDepth
= reader.Depth;
System\Xml\Schema\ParserAsync.cs (1)
35
schemaXmlDepth
= reader.Depth;
2 references to schemaXmlDepth
System.Xml (2)
System\Xml\Schema\Parser.cs (2)
178
if (reader.Depth ==
schemaXmlDepth
) {
227
if(reader.Depth ==
schemaXmlDepth
) {