2 writes to NfaStateSet
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (2)
1350nfaState.NfaStateSet = nextStates; 1447nfaState.NfaStateSet = sourceStates;
6 references to NfaStateSet
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (6)
1205/// <summary>Scratch set to swap with <see cref="NfaStateSet"/> on each transition.</summary> 1208/// states computed from the current states in <see cref="NfaStateSet"/>, and then the sets 1218NfaStateSet.Clear(); 1222matcher.ForEachNfaState(dfaMatchingState.Node, dfaMatchingState.PrevCharKind, NfaStateSet, 1349SparseIntMap<int> sourceStates = nfaState.NfaStateSet; 1445SparseIntMap<int> nextStates = nfaState.NfaStateSet;