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