2 writes to _lowChar
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Text\SurrogateChar.cs (2)
31
_lowChar
= (char)(((ch - MinValue) & mask) + surLowMin);
43
_lowChar
= lowChar;
2 references to _lowChar
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Text\SurrogateChar.cs (2)
47
public char LowChar { get { return
_lowChar
; } }
54
return (
_lowChar
- surLowMin) | ((_highChar - surHighMin) << 10) + MinValue;