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