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