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