1 write to uri
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (1)
233this.uri = nsuri;
11 references to uri
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (11)
926return decl.uri; 1835nstable.Add(nsdecl.prefix, nsdecl.uri); 1848if (nsdecl.prefix.Length > 0 || nsdecl.uri.Length > 0) 1849nstable.Add(nsdecl.prefix, nsdecl.uri); 1878if ((object)nsdecl.uri == (object)namespaceName) 2462if (curDecl.uri == ns) 2523_attributes[_attrCount].Set(name, decl.uri); 3221if ((object)decl.uri != (object)_xnt.Get(decl.uri)) 3222throw new Exception("Uri not interned: \'" + decl.uri + "\'"); 3224xnm.AddNamespace(decl.prefix, decl.uri);