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