3 references to Regex
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Regex.Cache.cs (1)
144regex = new Regex(pattern, options, matchTimeout, culture);
System\Text\RegularExpressions\Regex.cs (2)
61this(pattern, options, s_defaultMatchTimeout, culture: null) 66this(pattern, options, matchTimeout, culture: null)