4 writes to bits
mscorlib (4)
system\text\utf8encoding.cs (4)
2205decoder.bits = ch; 2520this.bits = (int)info.GetValue("wbits", typeof(int)); 2526this.bits = 0; 2555this.bits = 0;
4 references to bits
mscorlib (4)
system\text\utf8encoding.cs (4)
1309ch = decoder.bits; 1706ch = decoder.bits; 2542info.AddValue("wbits", this.bits); // Special whidbey bits name 2565return (this.bits != 0);