5 references to Count
SuperFileCheck (2)
Program.cs (2)
80return regex.Count(str) > 0; 91if (invalidRegex.Count(str) > 0)
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Regex.Count.cs (3)
66RegexCache.GetOrAdd(pattern).Count(input); 77RegexCache.GetOrAdd(pattern, options, s_defaultMatchTimeout).Count(input); 89RegexCache.GetOrAdd(pattern, options, matchTimeout).Count(input);