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