2 writes to NfaStateSetScratch
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (2)
1353
nfaState.
NfaStateSetScratch
= sourceStates;
1450
nfaState.
NfaStateSetScratch
= nextStates;
3 references to NfaStateSetScratch
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (3)
1209
/// On each transition, <see cref="
NfaStateSetScratch
"/> is cleared and filled with the next
1350
SparseIntMap<int> nextStates = nfaState.
NfaStateSetScratch
;
1448
SparseIntMap<int> sourceStates = nfaState.
NfaStateSetScratch
;