4 references to HighChar
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (1)
833chars[0] = surrogate.HighChar;
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
763char[] chars = new char[2] { sch.HighChar, sch.LowChar, };
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (1)
656chars[charCount++] = surrogate.HighChar;
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlStreamNodeWriter.cs (1)
294chars[0] = surrogateChar.HighChar;