1 implementation of ILegacySolutionEventsAggregationService
Microsoft.CodeAnalysis.Features (1)
LegacySolutionEvents\ILegacySolutionEventsAggregationService.cs (1)
34internal class DefaultLegacySolutionEventsAggregationService : ILegacySolutionEventsAggregationService
7 references to ILegacySolutionEventsAggregationService
Microsoft.CodeAnalysis.EditorFeatures (2)
SolutionEvents\HostLegacySolutionEventsWorkspaceEventListener.cs (2)
72var aggregationService = workspace.Services.GetRequiredService<ILegacySolutionEventsAggregationService>();
Microsoft.CodeAnalysis.Features (1)
LegacySolutionEvents\ILegacySolutionEventsAggregationService.cs (1)
33[ExportWorkspaceService(typeof(ILegacySolutionEventsAggregationService)), Shared]
Microsoft.CodeAnalysis.Remote.ServiceHub (4)
Services\LegacySolutionEvents\RemoteLegacySolutionEventsAggregationService.cs (4)
34var aggregationService = services.GetRequiredService<ILegacySolutionEventsAggregationService>(); 51var aggregationService = oldSolution.Services.GetRequiredService<ILegacySolutionEventsAggregationService>();