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