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