1 implementation of ICallback
Microsoft.CodeAnalysis.Features (1)
DesignerAttribute\IRemoteDesignerAttributeDiscoveryService.cs (1)
31internal sealed class RemoteDesignerAttributeDiscoveryCallbackDispatcher : RemoteServiceCallbackDispatcher, IRemoteDesignerAttributeDiscoveryService.ICallback
7 references to ICallback
Microsoft.CodeAnalysis.Remote.ServiceHub (6)
Services\DesignerAttributeDiscovery\RemoteDesignerAttributeDiscoveryService.cs (6)
16private readonly RemoteCallback<IRemoteDesignerAttributeDiscoveryService.ICallback> _callback; 20RemoteCallback<IRemoteDesignerAttributeDiscoveryService.ICallback> callback, 31internal sealed class Factory : FactoryBase<IRemoteDesignerAttributeDiscoveryService, IRemoteDesignerAttributeDiscoveryService.ICallback> 33protected override IRemoteDesignerAttributeDiscoveryService CreateService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteDesignerAttributeDiscoveryService.ICallback> callback) 37private readonly RemoteCallback<IRemoteDesignerAttributeDiscoveryService.ICallback> _callback; 39public RemoteDesignerAttributeDiscoveryService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteDesignerAttributeDiscoveryService.ICallback> callback)
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ServiceDescriptors.cs (1)
58(typeof(IRemoteDesignerAttributeDiscoveryService), typeof(IRemoteDesignerAttributeDiscoveryService.ICallback)),