3 writes to bitCount
mscorlib (3)
system\text\utf7encoding.cs (3)
651encoder.bitCount = bitCount; 985this.bitCount = (int)info.GetValue("bitCount", typeof(int)); 1007this.bitCount = -1;
3 references to bitCount
mscorlib (3)
system\text\utf7encoding.cs (3)
539bitCount = encoder.bitCount; 1001info.AddValue("bitCount", this.bitCount); 1018return (this.bits != 0 || this.bitCount != -1);