2 writes to lowChar
System.Runtime.Serialization (2)
System\Text\SurrogateChar.cs (2)
29
this.
lowChar
= (char)(((ch - MinValue) & mask) + surLowMin);
41
this.
lowChar
= lowChar;
2 references to lowChar
System.Runtime.Serialization (2)
System\Text\SurrogateChar.cs (2)
45
public char LowChar { get { return
lowChar
; } }
52
return (
lowChar
- surLowMin) | ((highChar - surHighMin) << 10) + MinValue;