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