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