2 writes to name
System.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
153
this.
name
= n;
160
this.
name
= n;
15 references to name
System.Xml (15)
System\Xml\BinaryXml\XmlBinaryReader.cs (15)
168
localname = this.
name
.localname;
169
namespaceUri = this.
name
.namespaceUri;
173
localname = this.
name
.localname;
174
namespaceUri = this.
name
.namespaceUri;
175
return this.hashCode = this.
name
.GetNSHashCode(hasher);
179
return this.
name
.MatchNs(localname, namespaceUri);
183
return this.hashCode == hash && this.
name
.MatchNs(localname, namespaceUri);
2090
if (this.attributes[i].
name
.MatchNs(name, ns))
2102
if (this.attributes[i].
name
.MatchPrefix(prefix, lname))
2112
this.qnameOther = this.attributes[i - 1].
name
;
2164
if (this.attributes[i].
name
.prefix.Length != 0)
2165
this.attributes[i].
name
.CheckPrefixNS(prefix, ns);
2374
throw new XmlException(Res.Xml_DupAttributeName, this.attributes[i].
name
.ToString());
2395
throw new XmlException(Res.Xml_DupAttributeName, this.attributes[i].
name
.ToString());
2408
sb.Append(this.attributes[i].
name
.localname);