23 references to GetString
System.Runtime.Serialization (23)
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); 238return Equals2(s2.GetString()); 276return string.Compare(this.GetString(), that.GetString(), StringComparison.Ordinal); 289return GetString().GetHashCode();
System\Xml\XmlBaseReader.cs (10)
771XmlExceptionHelper.ThrowDuplicateAttribute(this, attributeNode1.Prefix.GetString(), attributeNode2.Prefix.GetString(), attributeNode1.LocalName.GetString(), attributeNode1.Namespace.Uri.GetString()); 807XmlExceptionHelper.ThrowDuplicateAttribute(this, attributeNodes[attribute1].Prefix.GetString(), attributeNodes[attribute2].Prefix.GetString(), attributeNodes[attribute1].LocalName.GetString(), attributeNodes[attribute1].Namespace.Uri.GetString()); 1001return node.LocalName.GetString(); 1041return node.Namespace.Uri.GetString(); 1363XmlExceptionHelper.ThrowEndElementExpected(this, elementNode.LocalName.GetString(), elementNode.Namespace.Uri.GetString()); 2012string localName = elementNodes[i].LocalName.GetString(); 2468return Namespace.Uri.GetString();
System\Xml\XmlUTF8TextReader.cs (4)
494VerifyNCName(localName.GetString()); 503VerifyNCName(localName.GetString()); 749XmlExceptionHelper.ThrowTagMismatch(this, elementNode.Prefix.GetString(), elementNode.LocalName.GetString(), prefix.GetString(), localName.GetString());