4 writes to _depth
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (4)
56_depth = 0; 87_depth = 0; 611_depth++; 634_depth--;
21 references to _depth
dotnet-svcutil-lib (21)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (21)
53if (_depth != 0) 84if (_depth != 0) 586if (_depth == 0) 587throw /*System.Runtime.Serialization.*/DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(string.Format(SRSerialization.XmlInvalidDepth, "WriteEndElement", _depth.ToString(CultureInfo.InvariantCulture)))); 600Element element = _elements[_depth]; 616else if (_elements.Length == _depth) 618Element[] newElementNodes = new Element[_depth * 2]; 619Array.Copy(_elements, 0, newElementNodes, 0, _depth); 622Element element = _elements[_depth]; 626_elements[_depth] = element; 633_elements[_depth].Clear(); 635if (_depth == 0 && _documentState == DocumentState.Document) 665if (_depth == 0) 672if (_depth == 0) 679if (_depth == 0) 686if (_depth == 0) 693if (_depth == 0) 876while (_depth > 0) 1591if (_documentState == DocumentState.Document && count > 1 && _depth == 0) 1614int prefixId = _elements[_depth].PrefixId++; 1615prefix = string.Concat("d", _depth.ToString(CultureInfo.InvariantCulture), "p", prefixId.ToString(CultureInfo.InvariantCulture));