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