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