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)
47public char LowChar { get { return _lowChar; } } 54return (_lowChar - surLowMin) | ((_highChar - surHighMin) << 10) + MinValue;