3 writes to bits
mscorlib (3)
system\text\utf7encoding.cs (3)
650
encoder.
bits
= bits;
984
this.
bits
= (int)info.GetValue("bits", typeof(int));
1008
this.
bits
= 0;
3 references to bits
mscorlib (3)
system\text\utf7encoding.cs (3)
538
bits = encoder.
bits
;
1000
info.AddValue("bits", this.
bits
);
1018
return (this.
bits
!= 0 || this.bitCount != -1);