4 writes to bits
mscorlib (4)
system\text\utf7encoding.cs (4)
818
decoder.
bits
= 0;
824
decoder.
bits
= bits;
919
this.
bits
= (int)info.GetValue("bits", typeof(int));
944
this.
bits
= 0;
2 references to bits
mscorlib (2)
system\text\utf7encoding.cs (2)
689
bits = decoder.
bits
;
936
info.AddValue("bits", this.
bits
);