3 writes to depth
System.Runtime.Serialization (3)
System\Xml\XmlDictionaryWriter.cs (3)
1160this.depth = 0; 1231this.depth--; 1298this.depth++;
1 reference to depth
System.Runtime.Serialization (1)
System\Xml\XmlDictionaryWriter.cs (1)
1386string depthStr = this.depth.ToString(System.Globalization.NumberFormatInfo.InvariantInfo);