1 implementation of ICallback
Microsoft.CodeAnalysis.Features (1)
AddImport\Remote\AbstractAddImportFeatureService_Remote.cs (1)
28
internal sealed class RemoteMissingImportDiscoveryServiceCallbackDispatcher : RemoteServiceCallbackDispatcher, IRemoteMissingImportDiscoveryService.
ICallback
7 references to ICallback
Microsoft.CodeAnalysis.Remote.ServiceHub (6)
Services\MissingImportDiscovery\RemoteMissingImportDiscoveryService.cs (6)
18
internal sealed class Factory : FactoryBase<IRemoteMissingImportDiscoveryService, IRemoteMissingImportDiscoveryService.
ICallback
>
20
protected override IRemoteMissingImportDiscoveryService CreateService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteMissingImportDiscoveryService.
ICallback
> callback)
24
private readonly RemoteCallback<IRemoteMissingImportDiscoveryService.
ICallback
> _callback;
26
public RemoteMissingImportDiscoveryService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteMissingImportDiscoveryService.
ICallback
> callback)
99
private readonly RemoteCallback<IRemoteMissingImportDiscoveryService.
ICallback
> _callback;
102
public SymbolSearchService(RemoteCallback<IRemoteMissingImportDiscoveryService.
ICallback
> callback, RemoteServiceCallbackId callbackId)
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ServiceDescriptors.cs (1)
71
(typeof(IRemoteMissingImportDiscoveryService), typeof(IRemoteMissingImportDiscoveryService.
ICallback
)),