4 references to LowChar
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)
582chars[charCount++] = surrogate.LowChar;
System\Xml\XmlStreamNodeWriter.cs (1)
260chars[1] = surrogateChar.LowChar;