5 references to Match
Microsoft.AspNetCore.Components.WebView (2)
src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (2)
100if (result.Exists && (result.IsDirectory || matcher.Match(fileCandidate).HasMatches)) 223if (!matcher.Match(candidatePath).HasMatches)
Microsoft.AspNetCore.Hosting (2)
src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (2)
100if (result.Exists && (result.IsDirectory || matcher.Match(fileCandidate).HasMatches)) 223if (!matcher.Match(candidatePath).HasMatches)
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
386PatternMatchingResult matchResult = wildCardEntry.Value.Matcher!.Match(path);