8 references to MatchState
System (8)
sys\System\IO\compression\FastEncoder.cs (2)
105if (currentMatch.State == MatchState.HasSymbol) { 108else if (currentMatch.State == MatchState.HasMatch) {
sys\System\IO\compression\FastEncoderWindow.cs (4)
207match.State = MatchState.HasSymbol; 243match.State = MatchState.HasSymbolAndMatch; 265match.State = MatchState.HasMatch; 283match.State = MatchState.HasMatch;
sys\System\IO\compression\Match.cs (2)
4private MatchState state; 9internal MatchState State {