3 writes to _depth
System.Private.DataContractSerialization (3)
System\Xml\XmlBaseWriter.cs (3)
1967_depth = 0; 2034_depth++; 2059_depth--;
7 references to _depth
System.Private.DataContractSerialization (7)
System\Xml\XmlBaseWriter.cs (7)
1996if (_depth == 0) 2017if (nameSpace.Depth != _depth) 2042if (nameSpace.Depth != _depth) 2052if (attribute.Depth != _depth) 2094attribute.Depth = _depth; 2157if (nameSpace.Depth != _depth) 2186nameSpace.Depth = _depth;