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)
1769
if (
_depth
== 0)
1790
if (nameSpace.Depth !=
_depth
)
1815
if (nameSpace.Depth !=
_depth
)
1825
if (attribute.Depth !=
_depth
)
1867
attribute.Depth =
_depth
;
1930
if (nameSpace.Depth !=
_depth
)
1959
nameSpace.Depth =
_depth
;