1 implementation of ICallback
Microsoft.CodeAnalysis.Features (1)
FindUsages\IRemoteFindUsagesService.cs (1)
51
internal sealed class FindUsagesServerCallbackDispatcher : RemoteServiceCallbackDispatcher, IRemoteFindUsagesService.
ICallback
8 references to ICallback
Microsoft.CodeAnalysis.Remote.ServiceHub (7)
Services\FindUsages\RemoteFindUsagesService.cs (7)
18
internal sealed class RemoteFindUsagesService(in BrokeredServiceBase.ServiceConstructionArguments arguments, RemoteCallback<IRemoteFindUsagesService.
ICallback
> callback)
21
internal sealed class Factory : FactoryBase<IRemoteFindUsagesService, IRemoteFindUsagesService.
ICallback
>
23
protected override IRemoteFindUsagesService CreateService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteFindUsagesService.
ICallback
> callback)
45
var classificationOptions = GetClientOptionsProvider<ClassificationOptions, IRemoteFindUsagesService.
ICallback
>(callback, callbackId);
68
var classificationOptions = GetClientOptionsProvider<ClassificationOptions, IRemoteFindUsagesService.
ICallback
>(callback, callbackId);
77
private readonly RemoteCallback<IRemoteFindUsagesService.
ICallback
> _callback;
81
public RemoteFindUsageContext(RemoteCallback<IRemoteFindUsagesService.
ICallback
> callback, RemoteServiceCallbackId callbackId)
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ServiceDescriptors.cs (1)
71
(typeof(IRemoteFindUsagesService), typeof(IRemoteFindUsagesService.
ICallback
)),