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)
285Workspace.SetCurrentSolution(solutionTransformation, WorkspaceChangeKind.ProjectChanged, projectId); 470Workspace.SetCurrentSolution(
Workspace\Workspace.cs (35)
555SetCurrentSolution( 763this.SetCurrentSolution( 781this.SetCurrentSolution( 801this.SetCurrentSolution( 812this.SetCurrentSolution( 823this.SetCurrentSolution( 839this.SetCurrentSolution( 868=> SetCurrentSolution(oldSolution => oldSolution.WithProjectAssemblyName(projectId, assemblyName), WorkspaceChangeKind.ProjectChanged, projectId); 874=> SetCurrentSolution(oldSolution => oldSolution.WithProjectOutputFilePath(projectId, outputFilePath), WorkspaceChangeKind.ProjectChanged, projectId); 880=> SetCurrentSolution(oldSolution => oldSolution.WithProjectOutputRefFilePath(projectId, outputFilePath), WorkspaceChangeKind.ProjectChanged, projectId); 890=> SetCurrentSolution(oldSolution => oldSolution.WithProjectName(projectId, name).WithProjectFilePath(projectId, filePath), WorkspaceChangeKind.ProjectChanged, projectId); 896=> SetCurrentSolution(oldSolution => oldSolution.WithProjectDefaultNamespace(projectId, defaultNamespace), WorkspaceChangeKind.ProjectChanged, projectId); 902=> SetCurrentSolution(oldSolution => oldSolution.WithProjectCompilationOptions(projectId, options), WorkspaceChangeKind.ProjectChanged, projectId); 908=> SetCurrentSolution(oldSolution => oldSolution.WithProjectParseOptions(projectId, options), WorkspaceChangeKind.ProjectChanged, projectId); 915SetCurrentSolution(oldSolution => 932SetCurrentSolution(oldSolution => 946SetCurrentSolution(oldSolution => 958SetCurrentSolution(oldSolution => 970SetCurrentSolution(oldSolution => 982SetCurrentSolution(oldSolution => 994SetCurrentSolution(oldSolution => 1006SetCurrentSolution(oldSolution => 1017=> SetCurrentSolution(oldSolution => oldSolution.WithFallbackAnalyzerOptions(options), WorkspaceChangeKind.SolutionChanged); 1025=> SetCurrentSolution(oldSolution => oldSolution.WithHasAllInformation(projectId, hasAllInformation), WorkspaceChangeKind.ProjectChanged, projectId); 1031=> SetCurrentSolution(oldSolution => oldSolution.WithRunAnalyzers(projectId, runAnalyzers), WorkspaceChangeKind.ProjectChanged, projectId); 1038this.SetCurrentSolution( 1066this.SetCurrentSolution( 1076this.SetCurrentSolution( 1102SetCurrentSolution( 1346SetCurrentSolution( 1362SetCurrentSolution( 1377this.SetCurrentSolution( 1400SetCurrentSolution( 1416this.SetCurrentSolution( 1437SetCurrentSolution(