1 instantiation of FileChangeContext
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\FileWatching\SimpleFileChangeWatcher.cs (1)
21=> new FileChangeContext(watchedDirectories);
2 references to FileChangeContext
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\FileWatching\SimpleFileChangeWatcher.cs (2)
94private readonly FileChangeContext _context; 97public IndividualWatchedFile(string filePath, FileChangeContext context)