1 implementation of FileChanged
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\FileChangeWatcher.cs (1)
456public 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;