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)
38if (!_backgroundCompilationDisabled) 76if (_backgroundCompilationDisabled)