3 references to IsMatch
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
LanguageConfigurationTest.cs (1)
123return Regex.IsMatch(input, pattern, RegexOptions.Compiled | RegexOptions.ECMAScript, TimeSpan.FromMilliseconds(1000));
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Regex.Match.cs (2)
132/// The <see cref="IsMatch(string, string, RegexOptions, TimeSpan)"/> method is typically used to validate 139/// The static <see cref="IsMatch(string, string, RegexOptions, TimeSpan)"/> method is equivalent to