1 write to _context
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.FileChangeContext.cs (1)
107
_context
= context;
2 references to _context
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.FileChangeContext.cs (2)
118
_context
.FileChanged?.Invoke(this, e.FullPath);
125
_context
.FileChanged?.Invoke(this, re.OldFullPath);