1 override of CreateInstance
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\SymbolicRegexRunnerFactory.cs (1)
48protected internal override RegexRunner CreateInstance() => _matcher is SymbolicRegexMatcher<ulong> srmUInt64 ?
1 reference to CreateInstance
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Regex.cs (1)
650factory!.CreateInstance();