5 references to Match
dotnet-format (1)
Utilities\SourceFileMatcher.cs (1)
37
=> _shouldMatchAll || _matcher.
Match
(filePath).HasMatches;
Microsoft.AspNetCore.Hosting (2)
src\aspnetcore\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)
464
PatternMatchingResult matchResult = wildCardEntry.Value.Matcher!.
Match
(path);
NuGet.Commands (1)
RestoreCommand\ContentFiles\ContentFileUtils.cs (1)
131
if (matcher.
Match
(MatcherRoot + relativePath).HasMatches)