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