2 writes to name
System.Private.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
151
this.
name
= n;
160
this.
name
= n;
15 references to name
System.Private.Xml (15)
System\Xml\BinaryXml\XmlBinaryReader.cs (15)
169
localname = this.
name
.localname;
170
namespaceUri = this.
name
.namespaceUri;
175
localname = this.
name
.localname;
176
namespaceUri = this.
name
.namespaceUri;
177
return this.hashCode = this.
name
.GetNSHashCode();
182
return this.
name
.MatchNs(localname, namespaceUri);
187
return this.hashCode == hash && this.
name
.MatchNs(localname, namespaceUri);
2372
if (_attributes[i].
name
.MatchNs(name, ns))
2386
if (_attributes[i].
name
.MatchPrefix(prefix, lname))
2397
_qnameOther = _attributes[i - 1].
name
;
2459
if (_attributes[i].
name
.prefix.Length != 0)
2460
_attributes[i].
name
.CheckPrefixNS(prefix, ns);
2705
throw new XmlException(SR.Xml_DupAttributeName, _attributes[i].
name
.ToString());
2730
throw new XmlException(SR.Xml_DupAttributeName, _attributes[i].
name
.ToString());
2746
sb.Append(_attributes[i].
name
.localname);