4 writes to bits
mscorlib (4)
system\text\utf8encoding.cs (4)
2205
decoder.
bits
= ch;
2520
this.
bits
= (int)info.GetValue("wbits", typeof(int));
2526
this.
bits
= 0;
2555
this.
bits
= 0;
4 references to bits
mscorlib (4)
system\text\utf8encoding.cs (4)
1309
ch = decoder.
bits
;
1706
ch = decoder.
bits
;
2542
info.AddValue("wbits", this.
bits
); // Special whidbey bits name
2565
return (this.
bits
!= 0);