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)
2654
if (nameSpace.Depth !=
_depth
)
2666
if (attribute.Depth !=
_depth
)
2708
attribute.Depth =
_depth
;
2745
nameSpace.Depth =
_depth
;