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