21 references to GetString
System.Private.DataContractSerialization (21)
System\Xml\StringHandle.cs (9)
187
return
GetString
();
198
return
GetString
() == _bufferReader.GetDictionaryString(key2).Value;
209
return
GetString
() == xmlString2.Value;
220
return
GetString
() == s2;
231
return
GetString
() == _bufferReader.GetString(offset2, length2);
244
return Equals2(other.
GetString
());
282
return string.Compare(this.
GetString
(), that.
GetString
(), StringComparison.Ordinal);
292
return
GetString
().GetHashCode();
System\Xml\XmlBaseReader.cs (8)
743
XmlExceptionHelper.ThrowDuplicateAttribute(this, attributeNode1.Prefix.GetString(), attributeNode2.Prefix.GetString(), attributeNode1.LocalName.
GetString
(), attributeNode1.Namespace.Uri.
GetString
());
778
XmlExceptionHelper.ThrowDuplicateAttribute(this, attributeNodes[attribute1].Prefix.GetString(), attributeNodes[attribute2].Prefix.GetString(), attributeNodes[attribute1].LocalName.
GetString
(), attributeNodes[attribute1].Namespace.Uri.
GetString
());
1257
XmlExceptionHelper.ThrowEndElementExpected(this, elementNode.LocalName.
GetString
(), elementNode.Namespace.Uri.
GetString
());
1887
string localName = _elementNodes![i].LocalName.
GetString
();
2341
return Namespace.Uri.
GetString
();
System\Xml\XmlUTF8TextReader.cs (4)
732
VerifyNCName(localName.
GetString
());
741
VerifyNCName(localName.
GetString
());
987
XmlExceptionHelper.ThrowTagMismatch(this, elementNode.Prefix.GetString(), elementNode.LocalName.
GetString
(), _prefix.GetString(), _localName.
GetString
());