4 writes to State
System (4)
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;
2 references to State
System (2)
sys\System\IO\compression\FastEncoder.cs (2)
105
if (currentMatch.
State
== MatchState.HasSymbol) {
108
else if (currentMatch.
State
== MatchState.HasMatch) {