2 writes to _lowChar
System.Private.DataContractSerialization (2)
System\Text\SurrogateChar.cs (2)
30
_lowChar
= (char)(((ch - MinValue) & mask) + surLowMin);
42
_lowChar
= lowChar;
2 references to _lowChar
System.Private.DataContractSerialization (2)
System\Text\SurrogateChar.cs (2)
46
public char LowChar { get { return
_lowChar
; } }
53
return (
_lowChar
- surLowMin) | ((_highChar - surHighMin) << 10) + MinValue;