1 implementation of ICallback
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (1)
29
internal sealed class CallbackDispatcher : RemoteServiceCallbackDispatcher, IRemoteEditAndContinueService.
ICallback
9 references to ICallback
Microsoft.CodeAnalysis.Remote.ServiceHub (8)
Services\EditAndContinue\RemoteEditAndContinueService.cs (8)
23
internal sealed class Factory : FactoryBase<IRemoteEditAndContinueService, IRemoteEditAndContinueService.
ICallback
>
25
protected override IRemoteEditAndContinueService CreateService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteEditAndContinueService.
ICallback
> callback)
31
private readonly RemoteCallback<IRemoteEditAndContinueService.
ICallback
> _callback;
34
public ManagedEditAndContinueDebuggerService(RemoteCallback<IRemoteEditAndContinueService.
ICallback
> callback, RemoteServiceCallbackId callbackId)
55
private readonly RemoteCallback<IRemoteEditAndContinueService.
ICallback
> _callback;
58
public SourceTextProvider(RemoteCallback<IRemoteEditAndContinueService.
ICallback
> callback, RemoteServiceCallbackId callbackId)
68
private readonly RemoteCallback<IRemoteEditAndContinueService.
ICallback
> _callback;
70
public RemoteEditAndContinueService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteEditAndContinueService.
ICallback
> callback)
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ServiceDescriptors.cs (1)
77
(typeof(IRemoteEditAndContinueService), typeof(IRemoteEditAndContinueService.
ICallback
)),