6 references to IsMatch
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
1736
if (Patterns.DisallowedNameCharacters.
IsMatch
(firstPart))
System.Net.WebProxy (1)
System\Net\WebProxy.cs (1)
185
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);