2 references to new
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\RegexFindOptimizations.cs (2)
20
RegexFindOptimizations opts =
new
(root, options, isLeadingPartial: false);
26
RegexFindOptimizations positiveLookaheadOpts =
new
(positiveLookahead.Child(0), options, isLeadingPartial: true);