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