1 write to HasMatches
Microsoft.Extensions.FileSystemGlobbing (1)
PatternMatchingResult.cs (1)
35HasMatches = hasMatches;
6 references to HasMatches
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)
100if (result.Exists && (result.IsDirectory || matcher.Match(fileCandidate).HasMatches)) 223if (!matcher.Match(candidatePath).HasMatches)
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
465if (matchResult.HasMatches &&
Microsoft.Extensions.FileSystemGlobbing (1)
MatcherExtensions.cs (1)
58if (!patternMatchingResult.HasMatches)
NuGet.Commands (1)
RestoreCommand\ContentFiles\ContentFileUtils.cs (1)
131if (matcher.Match(MatcherRoot + relativePath).HasMatches)