1 write to namespaces
System.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
343this.namespaces = new Dictionary<String, NamespaceDecl>(hasher);
8 references to namespaces
System.Xml (8)
System\Xml\BinaryXml\XmlBinaryReader.cs (8)
803if (prefix != null && this.namespaces.TryGetValue(prefix, out decl)) { 1614foreach (NamespaceDecl nsdecl in this.namespaces.Values) { 1664this.namespaces.Add(prefix, nsdecl); 2149this.namespaces.TryGetValue(prefix, out curDecl); 2174this.namespaces[prefix] = decl; 2181this.namespaces.Remove(decl.prefix); 2183this.namespaces[decl.prefix] = decl.prevLink; 2823foreach (NamespaceDecl decl in this.namespaces.Values) {