2 references to WatchedDirectory
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\FileWatchedPortableExecutableReferenceFactory.cs (1)
52watchedDirectories.Add(new WatchedDirectory(referenceAssembliesPath, ".dll"));
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
200var projectDirectoryToWatch = new WatchedDirectory(Path.GetDirectoryName(filePath)!, fileExtensionToWatch);