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