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