1 instantiation of FileChangeContext
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\FileWatching\LspFileChangeWatcher.cs (1)
44
=> new
FileChangeContext
(watchedDirectories, this);
2 references to FileChangeContext
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\FileWatching\LspFileChangeWatcher.cs (2)
170
private readonly
FileChangeContext
_fileChangeContext;
172
public WatchedFile(string filePath, LspFileWatchRegistration fileWatchRegistration,
FileChangeContext
fileChangeContext)