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