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