11 references to SolutionRemoved
Microsoft.CodeAnalysis.EditorFeatures (1)
EditorConfigSettings\Aggregator\SettingsAggregator.cs (1)
56case WorkspaceChangeKind.SolutionRemoved:
Microsoft.CodeAnalysis.Features (3)
Diagnostics\CodeAnalysisDiagnosticAnalyzerService.cs (1)
71case WorkspaceChangeKind.SolutionRemoved:
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (1)
148case WorkspaceChangeKind.SolutionRemoved:
Workspace\CompileTimeSolutionProvider.cs (1)
70if (e.Kind is WorkspaceChangeKind.SolutionCleared or WorkspaceChangeKind.SolutionRemoved)
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
465WorkspaceChangeKind.SolutionRemoved,
Workspace\Workspace.cs (1)
765WorkspaceChangeKind.SolutionRemoved,
Workspace\WorkspaceChangeEventArgs.cs (1)
33/// and <see cref="NewSolution"/>. Note <see cref="WorkspaceChangeKind.SolutionRemoved"/> replaces the previous
Microsoft.VisualStudio.LanguageServices (3)
Library\ObjectBrowser\AbstractObjectBrowserLibraryManager.cs (1)
102case WorkspaceChangeKind.SolutionRemoved:
Packaging\PackageInstallerServiceFactory.cs (1)
446case WorkspaceChangeKind.SolutionRemoved:
ValueTracking\ValueTrackingToolWindow.cs (1)
77or WorkspaceChangeKind.SolutionRemoved)
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
ProjectSystemShim\VisualStudioProjectTests\WorkspaceChangedEventTests.vb (1)
121Assert.Equal(WorkspaceChangeKind.SolutionRemoved, Assert.Single(Await workspaceChangeEvents.GetNewChangeEventsAsync()).Kind)