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