4 writes to namespaceUri
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (4)
72
this.prefix = prefix; this.localname = lname; this.
namespaceUri
= nsUri;
76
this.prefix = prefix; this.localname = lname; this.
namespaceUri
= nsUri;
81
this.prefix = this.localname = this.
namespaceUri
= String.Empty;
3258
_qnameOther.
namespaceUri
= r.NamespaceURI;
17 references to namespaceUri
dotnet-svcutil-lib (17)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (17)
86
return lname == this.localname && nsUri == this.
namespaceUri
;
95
if (this.prefix == prefix && this.
namespaceUri
!= namespaceUri)
96
throw new XmlException(ResXml.XmlBinary_NoRemapPrefix, new String[] { prefix, this.
namespaceUri
, namespaceUri });
106
return hasher.GetHashCode(this.
namespaceUri
) ^ hasher.GetHashCode(this.localname);
132
&& (a.
namespaceUri
== b.
namespaceUri
));
192
namespaceUri = this.name.
namespaceUri
;
198
namespaceUri = this.name.
namespaceUri
;
476
return _qnameOther.
namespaceUri
;
2640
else if (Ref.Equal(n.
namespaceUri
, _nsxmlns))
2649
if (n.
namespaceUri
.Length == 0)
2651
this.PushNamespace(n.prefix, n.
namespaceUri
, true);
2653
else if (n.
namespaceUri
.Length != 0)
2655
throw ThrowXmlException(ResXml.XmlBinary_AttrWithNsNoPrefix, n.localname, n.
namespaceUri
);
3070
this.PushNamespace(qname.prefix, qname.
namespaceUri
, true);
4199
return new XmlQualifiedName(qname.localname, qname.
namespaceUri
);
4398
new XmlQualifiedName(qname.localname, qname.
namespaceUri
),