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)
272Workspace.SetCurrentSolution(solutionTransformation, WorkspaceChangeKind.ProjectChanged, projectId); 458Workspace.SetCurrentSolution(
Workspace\Workspace.cs (35)
587SetCurrentSolution( 795this.SetCurrentSolution( 813this.SetCurrentSolution( 833this.SetCurrentSolution( 844this.SetCurrentSolution( 855this.SetCurrentSolution( 871this.SetCurrentSolution( 900=> SetCurrentSolution(oldSolution => oldSolution.WithProjectAssemblyName(projectId, assemblyName), WorkspaceChangeKind.ProjectChanged, projectId); 906=> SetCurrentSolution(oldSolution => oldSolution.WithProjectOutputFilePath(projectId, outputFilePath), WorkspaceChangeKind.ProjectChanged, projectId); 912=> SetCurrentSolution(oldSolution => oldSolution.WithProjectOutputRefFilePath(projectId, outputFilePath), WorkspaceChangeKind.ProjectChanged, projectId); 922=> SetCurrentSolution(oldSolution => oldSolution.WithProjectName(projectId, name).WithProjectFilePath(projectId, filePath), WorkspaceChangeKind.ProjectChanged, projectId); 928=> SetCurrentSolution(oldSolution => oldSolution.WithProjectDefaultNamespace(projectId, defaultNamespace), WorkspaceChangeKind.ProjectChanged, projectId); 934=> SetCurrentSolution(oldSolution => oldSolution.WithProjectCompilationOptions(projectId, options), WorkspaceChangeKind.ProjectChanged, projectId); 940=> SetCurrentSolution(oldSolution => oldSolution.WithProjectParseOptions(projectId, options), WorkspaceChangeKind.ProjectChanged, projectId); 947SetCurrentSolution(oldSolution => 964SetCurrentSolution(oldSolution => 978SetCurrentSolution(oldSolution => 990SetCurrentSolution(oldSolution => 1002SetCurrentSolution(oldSolution => 1014SetCurrentSolution(oldSolution => 1026SetCurrentSolution(oldSolution => 1038SetCurrentSolution(oldSolution => 1049=> SetCurrentSolution(oldSolution => oldSolution.WithFallbackAnalyzerOptions(options), WorkspaceChangeKind.SolutionChanged); 1057=> SetCurrentSolution(oldSolution => oldSolution.WithHasAllInformation(projectId, hasAllInformation), WorkspaceChangeKind.ProjectChanged, projectId); 1063=> SetCurrentSolution(oldSolution => oldSolution.WithRunAnalyzers(projectId, runAnalyzers), WorkspaceChangeKind.ProjectChanged, projectId); 1070this.SetCurrentSolution( 1098this.SetCurrentSolution( 1108this.SetCurrentSolution( 1134SetCurrentSolution( 1378SetCurrentSolution( 1394SetCurrentSolution( 1409this.SetCurrentSolution( 1432SetCurrentSolution( 1448this.SetCurrentSolution( 1469SetCurrentSolution(