2 references to GetTargetCulture
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Regex.Cache.cs (1)
138CultureInfo culture = RegexParser.GetTargetCulture(options);
System\Text\RegularExpressions\Regex.cs (1)
125culture ??= RegexParser.GetTargetCulture(options);