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