4 writes to _depth
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (4)
2564_depth = 0; 2641_depth = 0; 2646_depth++; 2672_depth--;
4 references to _depth
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (4)
2654if (nameSpace.Depth != _depth) 2666if (attribute.Depth != _depth) 2708attribute.Depth = _depth; 2745nameSpace.Depth = _depth;