1 implementation of ICallback
Microsoft.CodeAnalysis.Features (1)
AddImport\Remote\RemoteMissingImportDiscoveryServiceCallbackDispatcher.cs (1)
29
: RemoteServiceCallbackDispatcher, IRemoteMissingImportDiscoveryService.
ICallback
7 references to ICallback
Microsoft.CodeAnalysis.Remote.ServiceHub (6)
Services\MissingImportDiscovery\RemoteMissingImportDiscoveryService.cs (6)
18
RemoteCallback<IRemoteMissingImportDiscoveryService.
ICallback
> callback)
21
internal sealed class Factory : FactoryBase<IRemoteMissingImportDiscoveryService, IRemoteMissingImportDiscoveryService.
ICallback
>
23
protected override IRemoteMissingImportDiscoveryService CreateService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteMissingImportDiscoveryService.
ICallback
> callback)
27
private readonly RemoteCallback<IRemoteMissingImportDiscoveryService.
ICallback
> _callback = callback;
99
RemoteCallback<IRemoteMissingImportDiscoveryService.
ICallback
> callback,
103
private readonly RemoteCallback<IRemoteMissingImportDiscoveryService.
ICallback
> _callback = callback;
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ServiceDescriptors.cs (1)
76
(typeof(IRemoteMissingImportDiscoveryService), typeof(IRemoteMissingImportDiscoveryService.
ICallback
)),