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