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