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