21 references to GetString
dotnet-svcutil-lib (21)
FrameworkFork\System.Runtime.Serialization\System\Xml\StringHandle.cs (9)
183return GetString(); 194return GetString() == _bufferReader.GetDictionaryString(key2).Value; 205return GetString() == xmlString2.Value; 216return GetString() == s2; 227return GetString() == _bufferReader.GetString(offset2, length2); 240return Equals2(other.GetString()); 277return string.Compare(this.GetString(), that.GetString(), StringComparison.Ordinal); 286return GetString().GetHashCode();
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (8)
766XmlExceptionHelper.ThrowDuplicateAttribute(this, attributeNode1.Prefix.GetString(), attributeNode2.Prefix.GetString(), attributeNode1.LocalName.GetString(), attributeNode1.Namespace.Uri.GetString()); 802XmlExceptionHelper.ThrowDuplicateAttribute(this, attributeNodes[attribute1].Prefix.GetString(), attributeNodes[attribute2].Prefix.GetString(), attributeNodes[attribute1].LocalName.GetString(), attributeNodes[attribute1].Namespace.Uri.GetString()); 1248XmlExceptionHelper.ThrowEndElementExpected(this, elementNode.LocalName.GetString(), elementNode.Namespace.Uri.GetString()); 1853string localName = _elementNodes[i].LocalName.GetString(); 2186return Namespace.Uri.GetString();
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs (4)
753VerifyNCName(localName.GetString()); 762VerifyNCName(localName.GetString()); 1008XmlExceptionHelper.ThrowTagMismatch(this, elementNode.Prefix.GetString(), elementNode.LocalName.GetString(), _prefix.GetString(), _localName.GetString());