2 references to _stripEffectsCache
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Symbolic\SymbolicRegexNode.cs (2)
1379
if (builder.
_stripEffectsCache
.TryGetValue(this, out SymbolicRegexNode<TSet>? cached))
1429
builder.
_stripEffectsCache
[this] = result;