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