2 references to Parse
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Regex.cs (2)
128
RegexTree tree = RegexParser.
Parse
(pattern, options, culture);
253
RegexTree tree = RegexParser.
Parse
(pattern, options, (options & RegexOptions.CultureInvariant) != 0 ? CultureInfo.InvariantCulture : CultureInfo.CurrentCulture);