14 references to SolutionAdded
Microsoft.CodeAnalysis.EditorFeatures (1)
EditorConfigSettings\Aggregator\SettingsAggregator.cs (1)
55case WorkspaceChangeKind.SolutionAdded:
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
EditAndContinue\EditAndContinueLanguageServiceTests.cs (1)
254Assert.True(workspace.SetCurrentSolution(_ => solution, WorkspaceChangeKind.SolutionAdded));
Microsoft.CodeAnalysis.Features (2)
Diagnostics\CodeAnalysisDiagnosticAnalyzerService.cs (1)
68case WorkspaceChangeKind.SolutionAdded:
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (1)
138case WorkspaceChangeKind.SolutionAdded:
Microsoft.CodeAnalysis.Features.UnitTests (1)
EditAndContinue\CompileTimeSolutionProviderTests.cs (1)
119WorkspaceChangeKind.SolutionAdded);
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\RemoteWorkspace.cs (1)
300(IsAddingSolution(oldSolution, newSolution) ? WorkspaceChangeKind.SolutionAdded : WorkspaceChangeKind.SolutionChanged, projectId: null, documentId: null),
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
172? (WorkspaceChangeKind.SolutionAdded, projectId: null, documentId: null)
Workspace\Workspace.cs (1)
735}, WorkspaceChangeKind.SolutionAdded);
Workspace\WorkspaceChangeEventArgs.cs (1)
26/// <see cref="WorkspaceChangeKind.SolutionAdded"/> replaces the previous solution, which might be the empty
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
SolutionTests\SolutionTests.cs (1)
5821(_, _) => (WorkspaceChangeKind.SolutionAdded, null, null));
Microsoft.VisualStudio.LanguageServices (3)
Implementation\VirtualMemoryNotificationListener.cs (1)
175if (e.Kind != WorkspaceChangeKind.SolutionAdded)
Library\ObjectBrowser\AbstractObjectBrowserLibraryManager.cs (1)
98case WorkspaceChangeKind.SolutionAdded:
Packaging\PackageInstallerServiceFactory.cs (1)
442case WorkspaceChangeKind.SolutionAdded:
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
ProjectSystemShim\VisualStudioProjectTests\WorkspaceChangedEventTests.vb (1)
117Assert.Equal(WorkspaceChangeKind.SolutionAdded, Assert.Single(Await workspaceChangeEvents.GetNewChangeEventsAsync()).Kind)