2 writes to elementStack
System.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
332this.elementStack = new ElemInfo[16]; 2128this.elementStack = n;
19 references to elementStack
System.Xml (19)
System\Xml\BinaryXml\XmlBinaryReader.cs (19)
538XmlSpace xs = this.elementStack[i].xmlSpace; 554string xl = this.elementStack[i].xmlLang; 1606NamespaceDecl nsdecl = this.elementStack[this.elemDepth].nsdecls; 1641NamespaceDecl nsdecl = this.elementStack[i].nsdecls; 1662NamespaceDecl nsdecl = new NamespaceDecl(prefix, uri, this.elementStack[0].nsdecls, null, -1, true); 1663this.elementStack[0].nsdecls = nsdecl; 2124int newcount = this.elementStack.Length * 2; 2127System.Array.Copy(this.elementStack, 0, n, 0, this.elementStack.Length); 2171this.elementStack[elemDepth].nsdecls, 2173this.elementStack[elemDepth].nsdecls = decl; 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(); 2694if (this.elemDepth == this.elementStack.Length) 2698this.elementStack[this.elemDepth].Set(qname, this.xmlspacePreserve); 2744this.qnameOther = this.elementStack[index].name; 2745this.xmlspacePreserve = this.elementStack[index].xmlspacePreserve;