1 write to HasMatches
Microsoft.Extensions.FileSystemGlobbing (1)
PatternMatchingResult.cs (1)
35HasMatches = hasMatches;
7 references to HasMatches
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.CodeAnalysis.LanguageServer (1)
HostWorkspace\LoadedProject.cs (1)
87if (matches.HasMatches)
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFilesWatcher.cs (1)
387if (matchResult.HasMatches &&
Microsoft.Extensions.FileSystemGlobbing (1)
MatcherExtensions.cs (1)
55if (!patternMatchingResult.HasMatches)