3 references to _singletonCache
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Symbolic\SymbolicRegexBuilder.cs (3)
135
_singletonCache
[_solver.Empty] = _nothing;
136
_singletonCache
[_solver.Full] = _anyChar;
246
ref SymbolicRegexNode<TSet>? result = ref CollectionsMarshal.GetValueRefOrAddDefault(
_singletonCache
, set, out _);