5 references to IsMatch
System.Net.WebProxy (1)
System\Net\WebProxy.cs (1)
187if (r.IsMatch(url))
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Value\EnumConverter.cs (1)
264if (JsonHelpers.IntegerRegex.IsMatch(source))
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Regex.Match.cs (3)
26RegexCache.GetOrAdd(pattern).IsMatch(input); 48RegexCache.GetOrAdd(pattern, options, s_defaultMatchTimeout).IsMatch(input); 67RegexCache.GetOrAdd(pattern, options, matchTimeout).IsMatch(input);