Implemented interface member:
event
FileChanged
Microsoft.CodeAnalysis.ProjectSystem.IFileChangeContext.FileChanged
5 references to FileChanged
Microsoft.CodeAnalysis.LanguageServer (4)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.FileChangeContext.cs (4)
65FileChanged?.Invoke(this, e.FullPath); 70FileChanged?.Invoke(this, re.OldFullPath); 118_context.FileChanged?.Invoke(this, e.FullPath); 125_context.FileChanged?.Invoke(this, re.OldFullPath);
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
DefaultFileChangeWatcherTests.cs (1)
279context.FileChanged += (sender, path) =>