1 implementation of ILegacySolutionEventsAggregationService
Microsoft.CodeAnalysis.Features (1)
LegacySolutionEvents\ILegacySolutionEventsAggregationService.cs (1)
32[ImportMany] IEnumerable<Lazy<ILegacySolutionEventsListener>> eventsServices) : ILegacySolutionEventsAggregationService
6 references to ILegacySolutionEventsAggregationService
Microsoft.CodeAnalysis.EditorFeatures (1)
SolutionEvents\HostLegacySolutionEventsWorkspaceEventListener.cs (1)
100var aggregationService = workspace.Services.GetRequiredService<ILegacySolutionEventsAggregationService>();
Microsoft.CodeAnalysis.Features (1)
LegacySolutionEvents\ILegacySolutionEventsAggregationService.cs (1)
28[ExportWorkspaceService(typeof(ILegacySolutionEventsAggregationService)), Shared]
Microsoft.CodeAnalysis.Remote.ServiceHub (4)
Services\LegacySolutionEvents\RemoteLegacySolutionEventsAggregationService.cs (4)
30var aggregationService = services.GetRequiredService<ILegacySolutionEventsAggregationService>(); 47var aggregationService = oldSolution.Services.GetRequiredService<ILegacySolutionEventsAggregationService>();