6 writes to localname
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (6)
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; 3144_qnameOther.localname = ParseText(); 3171_qnameOther.localname = _symbolTables.symtable[ReadNameRef()]; 3257_qnameOther.localname = r.LocalName;
21 references to localname
dotnet-svcutil-lib (21)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (21)
86return lname == this.localname && nsUri == this.namespaceUri; 90return lname == this.localname && prefix == this.prefix; 101return this.prefix.GetHashCode() ^ this.localname.GetHashCode(); 106return hasher.GetHashCode(this.namespaceUri) ^ hasher.GetHashCode(this.localname); 123return this.localname; 125return this.prefix + ":" + this.localname; 131&& (a.localname == b.localname) 191localname = this.name.localname; 197localname = this.name.localname; 468return _qnameOther.localname; 2631if (n.localname == "lang") 2635else if (n.localname == "space") 2643curDeclPrefix = n.localname; 2655throw ThrowXmlException(ResXml.XmlBinary_AttrWithNsNoPrefix, n.localname, n.namespaceUri); 2762sb.Append(_attributes[i].name.localname); 2845if (_qnameOther.localname.Length != 0) 4051return qname.localname; 4053return String.Concat(qname.prefix, ":", qname.localname); 4199return new XmlQualifiedName(qname.localname, qname.namespaceUri); 4398new XmlQualifiedName(qname.localname, qname.namespaceUri),