1 implementation of IRemoteLegacySolutionEventsAggregationService
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\LegacySolutionEvents\RemoteLegacySolutionEventsAggregationService.cs (1)
11internal sealed class RemoteLegacySolutionEventsAggregationService : BrokeredServiceBase, IRemoteLegacySolutionEventsAggregationService
5 references to IRemoteLegacySolutionEventsAggregationService
Microsoft.CodeAnalysis.EditorFeatures (2)
SolutionEvents\HostLegacySolutionEventsWorkspaceEventListener.cs (2)
115var shouldReport = await client.TryInvokeAsync<IRemoteLegacySolutionEventsAggregationService, bool>( 123await client.TryInvokeAsync<IRemoteLegacySolutionEventsAggregationService>(
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\LegacySolutionEvents\RemoteLegacySolutionEventsAggregationService.cs (2)
13internal sealed class Factory : FactoryBase<IRemoteLegacySolutionEventsAggregationService> 15protected override IRemoteLegacySolutionEventsAggregationService CreateService(in ServiceConstructionArguments arguments)
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ServiceDescriptors.cs (1)
75(typeof(IRemoteLegacySolutionEventsAggregationService), null),