2 references to _subsumptionCache
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Symbolic\SymbolicRegexNode.cs (2)
625
if (builder.
_subsumptionCache
.TryGetValue((this, other), out bool cached))
641
return (builder.
_subsumptionCache
[(this, other)] = subsumes.Value);