4 references to LowChar
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (1)
834chars[1] = surrogate.LowChar;
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)
657chars[charCount++] = surrogate.LowChar;
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlStreamNodeWriter.cs (1)
295chars[1] = surrogateChar.LowChar;