38 references to SetCurrentSolution
Microsoft.CodeAnalysis.Workspaces (38)
Workspace\ISolutionAnalyzerSetterWorkspaceService.cs (1)
33=> workspace.SetCurrentSolution(s => s.WithAnalyzerReferences(references), WorkspaceChangeKind.SolutionChanged);
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (2)
290Workspace.SetCurrentSolution(solutionTransformation, WorkspaceChangeKind.ProjectChanged, projectId); 475Workspace.SetCurrentSolution(
Workspace\Workspace.cs (35)
552SetCurrentSolution( 760this.SetCurrentSolution( 778this.SetCurrentSolution( 798this.SetCurrentSolution( 809this.SetCurrentSolution( 820this.SetCurrentSolution( 836this.SetCurrentSolution( 865=> SetCurrentSolution(oldSolution => oldSolution.WithProjectAssemblyName(projectId, assemblyName), WorkspaceChangeKind.ProjectChanged, projectId); 871=> SetCurrentSolution(oldSolution => oldSolution.WithProjectOutputFilePath(projectId, outputFilePath), WorkspaceChangeKind.ProjectChanged, projectId); 877=> SetCurrentSolution(oldSolution => oldSolution.WithProjectOutputRefFilePath(projectId, outputFilePath), WorkspaceChangeKind.ProjectChanged, projectId); 887=> SetCurrentSolution(oldSolution => oldSolution.WithProjectName(projectId, name).WithProjectFilePath(projectId, filePath), WorkspaceChangeKind.ProjectChanged, projectId); 893=> SetCurrentSolution(oldSolution => oldSolution.WithProjectDefaultNamespace(projectId, defaultNamespace), WorkspaceChangeKind.ProjectChanged, projectId); 899=> SetCurrentSolution(oldSolution => oldSolution.WithProjectCompilationOptions(projectId, options), WorkspaceChangeKind.ProjectChanged, projectId); 905=> SetCurrentSolution(oldSolution => oldSolution.WithProjectParseOptions(projectId, options), WorkspaceChangeKind.ProjectChanged, projectId); 912SetCurrentSolution(oldSolution => 929SetCurrentSolution(oldSolution => 943SetCurrentSolution(oldSolution => 955SetCurrentSolution(oldSolution => 967SetCurrentSolution(oldSolution => 979SetCurrentSolution(oldSolution => 991SetCurrentSolution(oldSolution => 1003SetCurrentSolution(oldSolution => 1014=> SetCurrentSolution(oldSolution => oldSolution.WithFallbackAnalyzerOptions(options), WorkspaceChangeKind.SolutionChanged); 1022=> SetCurrentSolution(oldSolution => oldSolution.WithHasAllInformation(projectId, hasAllInformation), WorkspaceChangeKind.ProjectChanged, projectId); 1028=> SetCurrentSolution(oldSolution => oldSolution.WithRunAnalyzers(projectId, runAnalyzers), WorkspaceChangeKind.ProjectChanged, projectId); 1035this.SetCurrentSolution( 1063this.SetCurrentSolution( 1073this.SetCurrentSolution( 1099SetCurrentSolution( 1343SetCurrentSolution( 1359SetCurrentSolution( 1374this.SetCurrentSolution( 1397SetCurrentSolution( 1413this.SetCurrentSolution( 1434SetCurrentSolution(