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