2 writes to NfaStateSetScratch
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (2)
1351nfaState.NfaStateSetScratch = sourceStates; 1448nfaState.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 1348SparseIntMap<int> nextStates = nfaState.NfaStateSetScratch; 1446SparseIntMap<int> sourceStates = nfaState.NfaStateSetScratch;