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