1 instantiation of Match
System (1)
sys\System\IO\compression\FastEncoder.cs (1)
14
currentMatch = new
Match
();
2 references to Match
System (2)
sys\System\IO\compression\FastEncoder.cs (1)
9
private
Match
currentMatch; // current match in history window
sys\System\IO\compression\FastEncoderWindow.cs (1)
168
internal bool GetNextSymbolOrMatch(
Match
match) {