1 write to uri
System.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
204this.uri = nsuri;
8 references to uri
System.Xml (8)
System\Xml\BinaryXml\XmlBinaryReader.cs (8)
805return decl.uri; 1608nstable.Add(nsdecl.prefix, nsdecl.uri); 1618if (nsdecl.prefix.Length > 0 || nsdecl.uri.Length > 0) 1619nstable.Add(nsdecl.prefix, nsdecl.uri); 1643if ((object)nsdecl.uri == (object)namespaceName) 2151if (curDecl.uri == ns) { 2203this.attributes[this.attrCount].Set(name, decl.uri); 2831xnm.AddNamespace(decl.prefix, decl.uri);