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)
18RemoteCallback<IRemoteMissingImportDiscoveryService.ICallback> callback) 21internal sealed class Factory : FactoryBase<IRemoteMissingImportDiscoveryService, IRemoteMissingImportDiscoveryService.ICallback> 23protected override IRemoteMissingImportDiscoveryService CreateService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteMissingImportDiscoveryService.ICallback> callback) 27private readonly RemoteCallback<IRemoteMissingImportDiscoveryService.ICallback> _callback = callback; 99RemoteCallback<IRemoteMissingImportDiscoveryService.ICallback> callback, 103private readonly RemoteCallback<IRemoteMissingImportDiscoveryService.ICallback> _callback = callback;
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ServiceDescriptors.cs (1)
76(typeof(IRemoteMissingImportDiscoveryService), typeof(IRemoteMissingImportDiscoveryService.ICallback)),