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)
94
private readonly
FileChangeContext
_context;
97
public IndividualWatchedFile(string filePath,
FileChangeContext
context)