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