3 writes to Length
System (3)
sys\System\IO\compression\FastEncoderWindow.cs (3)
246match.Length = nextMatchLen; 267match.Length = matchLen; 285match.Length = matchLen;
2 references to Length
System (2)
sys\System\IO\compression\FastEncoder.cs (2)
109WriteMatch(currentMatch.Length, currentMatch.Position, output); 113WriteMatch(currentMatch.Length, currentMatch.Position, output);