3 writes to depth
System.Runtime.Serialization (3)
System\Xml\XmlBaseWriter.cs (3)
1914
this.
depth
= 0;
1981
depth
++;
2006
depth
--;
7 references to depth
System.Runtime.Serialization (7)
System\Xml\XmlBaseWriter.cs (7)
1943
if (
depth
== 0)
1964
if (nameSpace.Depth !=
depth
)
1989
if (nameSpace.Depth !=
depth
)
1999
if (attribute.Depth !=
depth
)
2041
attribute.Depth =
depth
;
2104
if (nameSpace.Depth !=
depth
)
2133
nameSpace.Depth =
depth
;