1 implementation of IRemoteConvertTupleToStructCodeRefactoringService
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\ConvertTupleToStructCodeRefactoringProvider\RemoteConvertTupleToStructCodeRefactoringService.cs (1)
19: BrokeredServiceBase(arguments), IRemoteConvertTupleToStructCodeRefactoringService
4 references to IRemoteConvertTupleToStructCodeRefactoringService
Microsoft.CodeAnalysis.Features (1)
ConvertTupleToStruct\AbstractConvertTupleToStructCodeRefactoringProvider.cs (1)
227var result = await client.TryInvokeAsync<IRemoteConvertTupleToStructCodeRefactoringService, SerializableConvertTupleToStructResult>(
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\ConvertTupleToStructCodeRefactoringProvider\RemoteConvertTupleToStructCodeRefactoringService.cs (2)
21internal sealed class Factory : FactoryBase<IRemoteConvertTupleToStructCodeRefactoringService> 23protected override IRemoteConvertTupleToStructCodeRefactoringService CreateService(in ServiceConstructionArguments arguments)
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ServiceDescriptors.cs (1)
61(typeof(IRemoteConvertTupleToStructCodeRefactoringService), null),