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