3 writes to surrogateChar
mscorlib (3)
system\text\utf8encoding.cs (3)
1265
encoder.
surrogateChar
= ch;
2443
this.
surrogateChar
= (int)info.GetValue("surrogateChar", typeof(int));
2480
this.
surrogateChar
= 0;
5 references to surrogateChar
mscorlib (5)
system\text\utf8encoding.cs (5)
487
ch = encoder.
surrogateChar
;
874
ch = encoder.
surrogateChar
;
2467
info.AddValue("surrogateChar", this.
surrogateChar
);
2472
info.AddValue("storedSurrogate", this.
surrogateChar
> 0 ? true : false);
2490
return (this.
surrogateChar
!= 0);