4 references to Values
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (4)
1035foreach ((int sourceId, Registers sourceRegisters) in current.Values) 1081foreach ((int endStateId, Registers endRegisters) in current.Values) 1359foreach (int nextState in GetNextStates(sourceStates.Values[0].Key, mintermId, matcher)) 1373foreach (ref KeyValuePair<int, int> sourceState in CollectionsMarshal.AsSpan(sourceStates.Values))