15 references to GetString
System.Runtime.Serialization (15)
System\Xml\PrefixHandle.cs (4)
175return GetString().CompareTo(that.GetString()); 245return GetString(); 250return GetString().GetHashCode();
System\Xml\XmlBaseReader.cs (8)
723XmlExceptionHelper.ThrowUndefinedPrefix(this, prefix.GetString()); 771XmlExceptionHelper.ThrowDuplicateAttribute(this, attributeNode1.Prefix.GetString(), attributeNode2.Prefix.GetString(), attributeNode1.LocalName.GetString(), attributeNode1.Namespace.Uri.GetString()); 782XmlExceptionHelper.ThrowDuplicateAttribute(this, xmlns, xmlns, attributeNode1.Namespace.Prefix.GetString(), xmlnsNamespace); 805XmlExceptionHelper.ThrowDuplicateXmlnsAttribute(this, attributeNodes[attribute1].Namespace.Prefix.GetString(), xmlnsNamespace); 807XmlExceptionHelper.ThrowDuplicateAttribute(this, attributeNodes[attribute1].Prefix.GetString(), attributeNodes[attribute2].Prefix.GetString(), attributeNodes[attribute1].LocalName.GetString(), attributeNodes[attribute1].Namespace.Uri.GetString()); 1019return node.Namespace.Prefix.GetString();
System\Xml\XmlUTF8TextReader.cs (3)
493VerifyNCName(prefix.GetString()); 749XmlExceptionHelper.ThrowTagMismatch(this, elementNode.Prefix.GetString(), elementNode.LocalName.GetString(), prefix.GetString(), localName.GetString());