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