1 implementation of FileChanged
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\FileChangeWatcher.cs (1)
456
public event EventHandler<string>?
FileChanged
;
3 references to FileChanged
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\ProjectSystem\FileWatchedPortableExecutableReferenceFactory.cs (1)
59
_fileReferenceChangeContext.
FileChanged
+= FileReferenceChangeContext_FileChanged;
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
208
_documentFileChangeContext.
FileChanged
+= DocumentFileChangeContext_FileChanged;
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\RuleSets\VisualStudioRuleSetManager.RuleSetFile.cs (1)
72
_fileChangeContext.
FileChanged
+= IncludeUpdated;