2 writes to NfaStateSet
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (2)
1350
nfaState.
NfaStateSet
= nextStates;
1447
nfaState.
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
1218
NfaStateSet
.Clear();
1222
matcher.ForEachNfaState(dfaMatchingState.Node, dfaMatchingState.PrevCharKind,
NfaStateSet
,
1349
SparseIntMap<int> sourceStates = nfaState.
NfaStateSet
;
1445
SparseIntMap<int> nextStates = nfaState.
NfaStateSet
;