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