18 references to SolutionRemoved
Microsoft.CodeAnalysis.EditorFeatures (1)
EditorConfigSettings\Aggregator\SettingsAggregator.cs (1)
38case WorkspaceChangeKind.SolutionRemoved:
Microsoft.CodeAnalysis.Features (5)
Diagnostics\BuildOnlyDiagnosticsService.cs (1)
44case WorkspaceChangeKind.SolutionRemoved:
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (1)
260case WorkspaceChangeKind.SolutionRemoved:
SolutionCrawler\WorkCoordinator.cs (1)
204case WorkspaceChangeKind.SolutionRemoved:
Workspace\BackgroundParser.cs (1)
68case WorkspaceChangeKind.SolutionRemoved:
Workspace\CompileTimeSolutionProvider.cs (1)
65if (e.Kind is WorkspaceChangeKind.SolutionCleared or WorkspaceChangeKind.SolutionRemoved)
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProjectFactory.cs (1)
318WorkspaceChangeKind.SolutionRemoved);
Workspace\Workspace.cs (1)
590WorkspaceChangeKind.SolutionRemoved,
Workspace\WorkspaceChangeEventArgs.cs (1)
33/// and <see cref="NewSolution"/>. Note <see cref="WorkspaceChangeKind.SolutionRemoved"/> replaces the previous
Microsoft.VisualStudio.LanguageServices (6)
Library\ObjectBrowser\AbstractObjectBrowserLibraryManager.cs (1)
102case WorkspaceChangeKind.SolutionRemoved:
Packaging\PackageInstallerServiceFactory.cs (1)
448case WorkspaceChangeKind.SolutionRemoved:
TableDataSource\AbstractTable.cs (1)
43case WorkspaceChangeKind.SolutionRemoved:
TableDataSource\OpenDocumentTracker.cs (1)
96case WorkspaceChangeKind.SolutionRemoved:
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
248case WorkspaceChangeKind.SolutionRemoved:
ValueTracking\ValueTrackingToolWindow.cs (1)
82or WorkspaceChangeKind.SolutionRemoved)
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\AnalyzerItem\AnalyzerItemSource.cs (1)
49case WorkspaceChangeKind.SolutionRemoved:
SolutionExplorer\DiagnosticItem\BaseDiagnosticAndGeneratorItemSource.cs (1)
135WorkspaceChangeKind.SolutionRemoved)
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
ProjectSystemShim\VisualStudioProjectTests\WorkspaceChangedEventTests.vb (1)
121Assert.Equal(WorkspaceChangeKind.SolutionRemoved, Assert.Single(Await workspaceChangeEvents.GetNewChangeEventsAsync()).Kind)