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