2 writes to _schemaXmlDepth
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\Parser.cs (1)
77_schemaXmlDepth = reader.Depth;
FrameworkFork\Microsoft.Xml\Xml\schema\ParserAsync.cs (1)
42_schemaXmlDepth = reader.Depth;
2 references to _schemaXmlDepth
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\Parser.cs (2)
204if (_reader.Depth == _schemaXmlDepth) 264if (_reader.Depth == _schemaXmlDepth)