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