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