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