11 references to SolutionRemoved
Microsoft.CodeAnalysis.EditorFeatures (1)
EditorConfigSettings\Aggregator\SettingsAggregator.cs (1)
56
case WorkspaceChangeKind.
SolutionRemoved
:
Microsoft.CodeAnalysis.Features (3)
Diagnostics\CodeAnalysisDiagnosticAnalyzerService.cs (1)
71
case WorkspaceChangeKind.
SolutionRemoved
:
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (1)
148
case WorkspaceChangeKind.
SolutionRemoved
:
Workspace\CompileTimeSolutionProvider.cs (1)
70
if (e.Kind is WorkspaceChangeKind.SolutionCleared or WorkspaceChangeKind.
SolutionRemoved
)
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
465
WorkspaceChangeKind.
SolutionRemoved
,
Workspace\Workspace.cs (1)
765
WorkspaceChangeKind.
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)
102
case WorkspaceChangeKind.
SolutionRemoved
:
Packaging\PackageInstallerServiceFactory.cs (1)
446
case WorkspaceChangeKind.
SolutionRemoved
:
ValueTracking\ValueTrackingToolWindow.cs (1)
77
or WorkspaceChangeKind.
SolutionRemoved
)
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
ProjectSystemShim\VisualStudioProjectTests\WorkspaceChangedEventTests.vb (1)
121
Assert.Equal(WorkspaceChangeKind.
SolutionRemoved
, Assert.Single(Await workspaceChangeEvents.GetNewChangeEventsAsync()).Kind)