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