2 writes to name
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (2)
174
this.
name
= n;
182
this.
name
= n;
15 references to name
dotnet-svcutil-lib (15)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (15)
191
localname = this.
name
.localname;
192
namespaceUri = this.
name
.namespaceUri;
197
localname = this.
name
.localname;
198
namespaceUri = this.
name
.namespaceUri;
199
return this.hashCode = this.
name
.GetNSHashCode(hasher);
204
return this.
name
.MatchNs(localname, namespaceUri);
209
return this.hashCode == hash && this.
name
.MatchNs(localname, namespaceUri);
2392
if (_attributes[i].
name
.MatchNs(name, ns))
2406
if (_attributes[i].
name
.MatchPrefix(prefix, lname))
2417
_qnameOther = _attributes[i - 1].
name
;
2479
if (_attributes[i].
name
.prefix.Length != 0)
2480
_attributes[i].
name
.CheckPrefixNS(prefix, ns);
2722
throw new XmlException(ResXml.Xml_DupAttributeName, _attributes[i].
name
.ToString());
2747
throw new XmlException(ResXml.Xml_DupAttributeName, _attributes[i].
name
.ToString());
2762
sb.Append(_attributes[i].
name
.localname);