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