3 writes to _depth
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (3)
1740_depth = 0; 1807_depth++; 1832_depth--;
7 references to _depth
dotnet-svcutil-lib (7)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (7)
1769if (_depth == 0) 1790if (nameSpace.Depth != _depth) 1815if (nameSpace.Depth != _depth) 1825if (attribute.Depth != _depth) 1867attribute.Depth = _depth; 1930if (nameSpace.Depth != _depth) 1959nameSpace.Depth = _depth;