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);
218
WatchProjectAssetsFile(newProjectInfo,
_fileChangeContext
);