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