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