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