14 references to GetString
dotnet-svcutil-lib (14)
FrameworkFork\System.Runtime.Serialization\System\Xml\PrefixHandle.cs (4)
178
return
GetString
().CompareTo(that.
GetString
());
245
return
GetString
();
250
return
GetString
().GetHashCode();
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (7)
718
XmlExceptionHelper.ThrowUndefinedPrefix(this, prefix.
GetString
());
766
XmlExceptionHelper.ThrowDuplicateAttribute(this, attributeNode1.Prefix.
GetString
(), attributeNode2.Prefix.
GetString
(), attributeNode1.LocalName.GetString(), attributeNode1.Namespace.Uri.GetString());
777
XmlExceptionHelper.ThrowDuplicateAttribute(this, xmlns, xmlns, attributeNode1.Namespace.Prefix.
GetString
(), xmlnsNamespace);
800
XmlExceptionHelper.ThrowDuplicateXmlnsAttribute(this, attributeNodes[attribute1].Namespace.Prefix.
GetString
(), xmlnsNamespace);
802
XmlExceptionHelper.ThrowDuplicateAttribute(this, attributeNodes[attribute1].Prefix.
GetString
(), attributeNodes[attribute2].Prefix.
GetString
(), attributeNodes[attribute1].LocalName.GetString(), attributeNodes[attribute1].Namespace.Uri.GetString());
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs (3)
752
VerifyNCName(prefix.
GetString
());
1008
XmlExceptionHelper.ThrowTagMismatch(this, elementNode.Prefix.
GetString
(), elementNode.LocalName.GetString(), _prefix.
GetString
(), _localName.GetString());