4 writes to depth
System.Runtime.Serialization (4)
System\Xml\XmlBaseReader.cs (4)
2847this.depth = 0; 2924this.depth = 0; 2929depth++; 2955depth--;
4 references to depth
System.Runtime.Serialization (4)
System\Xml\XmlBaseReader.cs (4)
2937if (nameSpace.Depth != depth) 2949if (attribute.Depth != depth) 3015attribute.Depth = depth; 3052nameSpace.Depth = depth;