1 implementation of IsPartialSolutionDisabled
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\WorkpacePartialSolutionsTestHook.cs (1)
17public bool IsPartialSolutionDisabled { get; set; }
2 references to IsPartialSolutionDisabled
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\Solution.cs (1)
1509if (this.Services.GetService<IWorkspacePartialSolutionsTestHook>()?.IsPartialSolutionDisabled == true)
Workspace\Solution\SolutionCompilationState.cs (1)
1639if (this.Services.GetService<IWorkspacePartialSolutionsTestHook>()?.IsPartialSolutionDisabled == true)