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