3 implementations of FileChanged
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\FileWatching\LspFileChangeWatcher.cs (1)
130public event EventHandler<string>? FileChanged;
HostWorkspace\FileWatching\SimpleFileChangeWatcher.cs (1)
68public event EventHandler<string>? FileChanged;
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\FileChangeWatcher.cs (1)
421public event EventHandler<string>? FileChanged;
5 references to FileChanged
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\LoadedProject.cs (2)
61_sourceFileChangeContext.FileChanged += SourceFileChangeContext_FileChanged; 64_projectFileChangeContext.FileChanged += ProjectFileChangeContext_FileChanged;
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\FileWatchedPortableExecutableReferenceFactory.cs (1)
70fileReferenceChangeContext.FileChanged += (s, e) => _workQueue.AddWork(e);
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
200_documentFileChangeContext.FileChanged += DocumentFileChangeContext_FileChanged;
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\RuleSets\VisualStudioRuleSetManager.RuleSetFile.cs (1)
70_fileChangeContext.FileChanged += IncludeUpdated;