1 implementation of ICallback
Microsoft.CodeAnalysis.Features (1)
ConvertTupleToStruct\IRemoteConvertTupleToStructCodeRefactoringService.cs (1)
39
internal sealed class RemoteConvertTupleToStructCodeRefactoringServiceCallbackDispatcher : RemoteServiceCallbackDispatcher, IRemoteConvertTupleToStructCodeRefactoringService.
ICallback
5 references to ICallback
Microsoft.CodeAnalysis.Remote.ServiceHub (4)
Services\ConvertTupleToStructCodeRefactoringProvider\RemoteConvertTupleToStructCodeRefactoringService.cs (4)
22
internal sealed class Factory : FactoryBase<IRemoteConvertTupleToStructCodeRefactoringService, IRemoteConvertTupleToStructCodeRefactoringService.
ICallback
>
24
protected override IRemoteConvertTupleToStructCodeRefactoringService CreateService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteConvertTupleToStructCodeRefactoringService.
ICallback
> callback)
28
private readonly RemoteCallback<IRemoteConvertTupleToStructCodeRefactoringService.
ICallback
> _callback;
30
public RemoteConvertTupleToStructCodeRefactoringService(in ServiceConstructionArguments arguments, RemoteCallback<IRemoteConvertTupleToStructCodeRefactoringService.
ICallback
> callback)
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ServiceDescriptors.cs (1)
65
(typeof(IRemoteConvertTupleToStructCodeRefactoringService), typeof(IRemoteConvertTupleToStructCodeRefactoringService.
ICallback
)),