3 references to _stateCache
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Automata.cs (3)
254if (!_stateCache.TryGetValue(key, out MatchingState<TSet>? state)) 257_stateCache.Add(key, state); // Add to cache first to make 1 the first state ID 258state.Id = _stateCache.Count;