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