14 references to GetString
System.Private.DataContractSerialization (14)
System\Xml\PrefixHandle.cs (4)
179return GetString().CompareTo(that.GetString()); 246return GetString(); 251return GetString().GetHashCode();
System\Xml\XmlBaseReader.cs (7)
695XmlExceptionHelper.ThrowUndefinedPrefix(this, prefix.GetString()); 743XmlExceptionHelper.ThrowDuplicateAttribute(this, attributeNode1.Prefix.GetString(), attributeNode2.Prefix.GetString(), attributeNode1.LocalName.GetString(), attributeNode1.Namespace.Uri.GetString()); 754XmlExceptionHelper.ThrowDuplicateAttribute(this, xmlns, xmlns, attributeNode1.Namespace.Prefix.GetString(), xmlnsNamespace); 776XmlExceptionHelper.ThrowDuplicateXmlnsAttribute(this, attributeNodes[attribute1].Namespace.Prefix.GetString(), xmlnsNamespace); 778XmlExceptionHelper.ThrowDuplicateAttribute(this, attributeNodes[attribute1].Prefix.GetString(), attributeNodes[attribute2].Prefix.GetString(), attributeNodes[attribute1].LocalName.GetString(), attributeNodes[attribute1].Namespace.Uri.GetString());
System\Xml\XmlUTF8TextReader.cs (3)
731VerifyNCName(prefix.GetString()); 987XmlExceptionHelper.ThrowTagMismatch(this, elementNode.Prefix.GetString(), elementNode.LocalName.GetString(), _prefix.GetString(), _localName.GetString());