1 implementation of ICallback
Microsoft.CodeAnalysis.Features (1)
FindUsages\IRemoteFindUsagesService.cs (1)
51
internal sealed class FindUsagesServerCallbackDispatcher : RemoteServiceCallbackDispatcher, IRemoteFindUsagesService.
ICallback
7 references to ICallback
Microsoft.CodeAnalysis.Remote.ServiceHub (6)
Services\FindUsages\RemoteFindUsagesService.cs (6)
17
internal sealed class Factory : FactoryBase<IRemoteFindUsagesService, IRemoteFindUsagesService.
ICallback
>
19
protected override IRemoteFindUsagesService CreateService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteFindUsagesService.
ICallback
> callback)
23
private readonly RemoteCallback<IRemoteFindUsagesService.
ICallback
> _callback;
25
public RemoteFindUsagesService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteFindUsagesService.
ICallback
> callback)
77
private readonly RemoteCallback<IRemoteFindUsagesService.
ICallback
> _callback;
81
public RemoteFindUsageContext(RemoteCallback<IRemoteFindUsagesService.
ICallback
> callback, RemoteServiceCallbackId callbackId)
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ServiceDescriptors.cs (1)
67
(typeof(IRemoteFindUsagesService), typeof(IRemoteFindUsagesService.
ICallback
)),