3 writes to nsdecls
System.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
140
this.
nsdecls
= null;
1663
this.elementStack[0].
nsdecls
= nsdecl;
2173
this.elementStack[elemDepth].
nsdecls
= decl;
6 references to nsdecls
System.Xml (6)
System\Xml\BinaryXml\XmlBinaryReader.cs (6)
139
NamespaceDecl nsdecls = this.
nsdecls
;
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);
2171
this.elementStack[elemDepth].
nsdecls
,
2194
NamespaceDecl decl = this.elementStack[this.elemDepth].
nsdecls
;