1 write to _backgroundCompilationDisabled
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioWorkspace.cs (1)
37
_backgroundCompilationDisabled
= this.Services.GetRequiredService<IWorkspaceConfigurationService>().Options.DisableBackgroundCompilation;
2 references to _backgroundCompilationDisabled
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\VisualStudioWorkspace.cs (2)
38
if (!
_backgroundCompilationDisabled
)
76
if (
_backgroundCompilationDisabled
)