2 references to Key
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Regex.Cache.cs (2)
120
Key key = new
Key
(pattern, culture.ToString(), RegexOptions.None, Regex.s_defaultMatchTimeout);
139
Key key = new
Key
(pattern, culture.ToString(), options, matchTimeout);