55 references to SetCurrentSolution
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Microsoft.CodeAnalysis.EditorFeatures (3)
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Microsoft.CodeAnalysis.Workspaces (37)
Workspace\Workspace.cs (34)
410SetCurrentSolution(
548this.SetCurrentSolution(
567this.SetCurrentSolution(
588this.SetCurrentSolution(
599this.SetCurrentSolution(
610this.SetCurrentSolution(
626this.SetCurrentSolution(
655=> SetCurrentSolution(oldSolution => oldSolution.WithProjectAssemblyName(projectId, assemblyName), WorkspaceChangeKind.ProjectChanged, projectId);
661=> SetCurrentSolution(oldSolution => oldSolution.WithProjectOutputFilePath(projectId, outputFilePath), WorkspaceChangeKind.ProjectChanged, projectId);
667=> SetCurrentSolution(oldSolution => oldSolution.WithProjectOutputRefFilePath(projectId, outputFilePath), WorkspaceChangeKind.ProjectChanged, projectId);
677=> SetCurrentSolution(oldSolution => oldSolution.WithProjectName(projectId, name).WithProjectFilePath(projectId, filePath), WorkspaceChangeKind.ProjectChanged, projectId);
683=> SetCurrentSolution(oldSolution => oldSolution.WithProjectDefaultNamespace(projectId, defaultNamespace), WorkspaceChangeKind.ProjectChanged, projectId);
689=> SetCurrentSolution(oldSolution => oldSolution.WithProjectCompilationOptions(projectId, options), WorkspaceChangeKind.ProjectChanged, projectId);
695=> SetCurrentSolution(oldSolution => oldSolution.WithProjectParseOptions(projectId, options), WorkspaceChangeKind.ProjectChanged, projectId);
702SetCurrentSolution(oldSolution =>
719SetCurrentSolution(oldSolution =>
733SetCurrentSolution(oldSolution =>
745SetCurrentSolution(oldSolution =>
757SetCurrentSolution(oldSolution =>
769SetCurrentSolution(oldSolution =>
781SetCurrentSolution(oldSolution =>
793SetCurrentSolution(oldSolution =>
806=> SetCurrentSolution(oldSolution => oldSolution.WithHasAllInformation(projectId, hasAllInformation), WorkspaceChangeKind.ProjectChanged, projectId);
812=> SetCurrentSolution(oldSolution => oldSolution.WithRunAnalyzers(projectId, runAnalyzers), WorkspaceChangeKind.ProjectChanged, projectId);
819this.SetCurrentSolution(
847this.SetCurrentSolution(
857this.SetCurrentSolution(
883SetCurrentSolution(
1099SetCurrentSolution(
1115SetCurrentSolution(
1130this.SetCurrentSolution(
1153SetCurrentSolution(
1169this.SetCurrentSolution(
1190SetCurrentSolution(
Microsoft.CodeAnalysis.Workspaces.UnitTests (6)
Microsoft.VisualStudio.LanguageServices (1)
Roslyn.VisualStudio.Next.UnitTests (2)