5 references to GetString
System.Private.DataContractSerialization (5)
System\Xml\XmlBaseReader.cs (5)
1911
byte[] localNameBuffer = _node.LocalName.
GetString
(out localNameOffset, out localNameLength);
1923
byte[] localNameBuffer = attributeNode.LocalName.
GetString
(out localNameOffset, out localNameLength);
1934
byte[] nsBuffer = attributeNode.Namespace.Uri.
GetString
(out nsOffset, out nsLength);
1944
byte[] localNameBuffer = _node.LocalName.
GetString
(out localNameOffset, out localNameLength);
2839
byte[] nsBuffer = _namespaces[i].Uri.
GetString
(out nsOffset, out nsLength);