4 references to HighChar
System.Private.DataContractSerialization (4)
System\Xml\ValueHandle.cs (1)
868
return new string([surrogate.
HighChar
, surrogate.LowChar]);
System\Xml\XmlBinaryWriter.cs (1)
711
WriteTextImpl([sch.
HighChar
, sch.LowChar]);
System\Xml\XmlBufferReader.cs (1)
581
chars[charCount++] = surrogate.
HighChar
;
System\Xml\XmlStreamNodeWriter.cs (1)
259
chars[0] = surrogateChar.
HighChar
;