2 writes to elemDepth
System.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
2458this.elemDepth--; 2693this.elemDepth++;
17 references to elemDepth
System.Xml (17)
System\Xml\BinaryXml\XmlBinaryReader.cs (17)
512return this.elemDepth + adj; 537for (int i = this.elemDepth; i >= 0; i--) { 553for (int i = this.elemDepth; i >= 0; i--) { 1605if (this.elemDepth > 0) { 1606NamespaceDecl nsdecl = this.elementStack[this.elemDepth].nsdecls; 1640for (int i = this.elemDepth; i >= 0; i--) { 2147int elemDepth = this.elemDepth; 2194NamespaceDecl decl = this.elementStack[this.elemDepth].nsdecls; 2355this.elementStack[this.elemDepth].xmlSpace = xs; 2359this.elementStack[this.elemDepth].xmlLang = GetAttributeText(xmllang); 2456NamespaceDecl nsdecls = this.elementStack[this.elemDepth].Clear(); 2493if (this.elemDepth > 0) 2694if (this.elemDepth == this.elementStack.Length) 2698this.elementStack[this.elemDepth].Set(qname, this.xmlspacePreserve); 2739if (this.elemDepth == 0) 2741int index = this.elemDepth; 2838if (0 != this.elemDepth) {