1 implementation of GenerateDeconstructMethodAsync
Microsoft.CodeAnalysis.Features (1)
GenerateMember\GenerateParameterizedMember\AbstractGenerateDeconstructMethodService.cs (1)
24public async Task<ImmutableArray<CodeAction>> GenerateDeconstructMethodAsync(
1 reference to GenerateDeconstructMethodAsync
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeFixes\GenerateMethod\GenerateDeconstructMethodCodeFixProvider.cs (1)
109var codeActions = await service.GenerateDeconstructMethodAsync(document, target, (INamedTypeSymbol)type, context.Options, cancellationToken).ConfigureAwait(false);