4 references to LowChar
System.Runtime.Serialization (4)
System\Xml\ValueHandle.cs (1)
884chars[1] = surrogate.LowChar;
System\Xml\XmlBinaryWriter.cs (1)
758char[] chars = new char[2] { sch.HighChar, sch.LowChar, };
System\Xml\XmlBufferReader.cs (1)
672chars[charCount++] = surrogate.LowChar;
System\Xml\XmlStreamNodeWriter.cs (1)
527chars[1] = surrogateChar.LowChar;