1 write to _fileChangeContext
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\LoadedProject.cs (1)
56_fileChangeContext = fileWatcher.CreateContext([new(_projectDirectory, [".cs", ".cshtml", ".razor"])]);
3 references to _fileChangeContext
Microsoft.CodeAnalysis.LanguageServer (3)
HostWorkspace\LoadedProject.cs (3)
57_fileChangeContext.FileChanged += FileChangedContext_FileChanged; 60_fileChangeContext.EnqueueWatchingFile(_projectFilePath); 218WatchProjectAssetsFile(newProjectInfo, _fileChangeContext);