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