2 references to _pruneLowerPriorityThanNullabilityCache
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Symbolic\SymbolicRegexNode.cs (2)
1090
if (builder.
_pruneLowerPriorityThanNullabilityCache
.TryGetValue(key, out SymbolicRegexNode<TSet>? prunedNode))
1155
builder.
_pruneLowerPriorityThanNullabilityCache
[key] = prunedNode;