3 writes to count
System (3)
sys\System\IO\compression\DeflateInput.cs (3)
23count = value; 39count -= n; 51count = state.count;
4 references to count
System (4)
sys\System\IO\compression\DeflateInput.cs (4)
20return count; 37Debug.Assert(n <= count, "Should use more bytes than what we have in the buffer"); 40Debug.Assert(startIndex + count <= buffer.Length, "Input buffer is in invalid state!"); 45savedState.count = count;