1 instantiation of WatchedDirectory
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\FileWatchedPortableExecutableReferenceFactory.cs (1)
112
return referenceDirectories.SelectAsArray(static d => new
WatchedDirectory
(d, ".dll"));
5 references to WatchedDirectory
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\ProjectSystem\FileWatchedPortableExecutableReferenceFactory.cs (1)
73
static ImmutableArray<
WatchedDirectory
> GetAdditionalWatchedDirectories()
Workspace\ProjectSystem\IFileChangeWatcher.cs (3)
12
IFileChangeContext CreateContext(ImmutableArray<
WatchedDirectory
> watchedDirectories);
54
public static bool FilePathCoveredByWatchedDirectories(ImmutableArray<
WatchedDirectory
> watchedDirectories, string filePath, StringComparison stringComparison)
56
foreach (
var
watchedDirectory in watchedDirectories)
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
214
static ImmutableArray<
WatchedDirectory
> GetWatchedDirectories(string? language, string? filePath)