Implemented interface member:
event
FileChanged
Microsoft.CodeAnalysis.ProjectSystem.IFileChangeContext.FileChanged
5 references to FileChanged
Microsoft.CodeAnalysis.LanguageServer (4)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.FileChangeContext.cs (4)
65
FileChanged
?.Invoke(this, e.FullPath);
70
FileChanged
?.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)
279
context.
FileChanged
+= (sender, path) =>