4 writes to bitCount
mscorlib (4)
system\text\utf7encoding.cs (4)
819decoder.bitCount = -1; 825decoder.bitCount = bitCount; 920this.bitCount = (int)info.GetValue("bitCount", typeof(int)); 945this.bitCount = -1;
4 references to bitCount
mscorlib (4)
system\text\utf7encoding.cs (4)
690bitCount = decoder.bitCount; 693Contract.Assert(firstByte == false || decoder.bitCount <= 0, 937info.AddValue("bitCount", this.bitCount); 958return (this.bitCount != -1);