1 instantiation of SymbolicRegexRunnerFactory
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Regex.cs (1)
102
factory = new
SymbolicRegexRunnerFactory
(tree, options, matchTimeout);
3 references to SymbolicRegexRunnerFactory
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Regex.Debug.cs (3)
20
if (factory is not
SymbolicRegexRunnerFactory
srmFactory)
47
if (factory is not
SymbolicRegexRunnerFactory
srmFactory)
74
if (factory is not
SymbolicRegexRunnerFactory
srmFactory)