7 references to Values
System.Text.RegularExpressions (7)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (7)
1037
foreach ((int sourceId, Registers sourceRegisters) in current.
Values
)
1083
foreach ((int endStateId, Registers endRegisters) in current.
Values
)
1316
foreach (ref KeyValuePair<int, int> nfaState in CollectionsMarshal.AsSpan(state.NfaState!.NfaStateSet.
Values
))
1330
foreach (ref KeyValuePair<int, int> nfaState in CollectionsMarshal.AsSpan(state.NfaState!.NfaStateSet.
Values
))
1361
foreach (int nextState in GetNextStates(sourceStates.
Values
[0].Key, mintermId, matcher))
1375
foreach (ref KeyValuePair<int, int> sourceState in CollectionsMarshal.AsSpan(sourceStates.
Values
))
1429
foreach (ref KeyValuePair<int, int> nfaState in CollectionsMarshal.AsSpan(state.NfaState!.NfaStateSet.
Values
))