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