2 instantiations of NamespaceDecl
System.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
1662NamespaceDecl nsdecl = new NamespaceDecl(prefix, uri, this.elementStack[0].nsdecls, null, -1, true); 2170NamespaceDecl decl = new NamespaceDecl(prefix, ns,
22 references to NamespaceDecl
System.Xml (22)
System\Xml\BinaryXml\XmlBinaryReader.cs (22)
130public NamespaceDecl nsdecls; 138public NamespaceDecl Clear() { 139NamespaceDecl nsdecls = this.nsdecls; 195public NamespaceDecl scopeLink; 196public NamespaceDecl prevLink; 201NamespaceDecl nextInScope, NamespaceDecl prevDecl, 291Dictionary<String, NamespaceDecl> namespaces; 343this.namespaces = new Dictionary<String, NamespaceDecl>(hasher); 802NamespaceDecl decl; 1606NamespaceDecl nsdecl = this.elementStack[this.elemDepth].nsdecls; 1614foreach (NamespaceDecl nsdecl in this.namespaces.Values) { 1641NamespaceDecl nsdecl = this.elementStack[i].nsdecls; 1662NamespaceDecl nsdecl = new NamespaceDecl(prefix, uri, this.elementStack[0].nsdecls, null, -1, true); 2148NamespaceDecl curDecl; 2170NamespaceDecl decl = new NamespaceDecl(prefix, ns, 2177void PopNamespaces(NamespaceDecl firstInScopeChain) { 2178NamespaceDecl decl = firstInScopeChain; 2184NamespaceDecl next = decl.scopeLink; 2194NamespaceDecl decl = this.elementStack[this.elemDepth].nsdecls; 2456NamespaceDecl nsdecls = this.elementStack[this.elemDepth].Clear(); 2823foreach (NamespaceDecl decl in this.namespaces.Values) {