3 writes to startIndex
System (3)
sys\System\IO\compression\DeflateInput.cs (3)
32
startIndex
= value;
38
startIndex
+= n;
52
startIndex
= state.startIndex;
3 references to startIndex
System (3)
sys\System\IO\compression\DeflateInput.cs (3)
29
return
startIndex
;
40
Debug.Assert(
startIndex
+ count <= buffer.Length, "Input buffer is in invalid state!");
46
savedState.startIndex =
startIndex
;