2 overrides of CreateTupleDeconstructionAsync
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceVariable\CSharpIntroduceLocalForExpressionCodeRefactoringProvider.cs (1)
89
protected override async Task<ExpressionStatementSyntax>
CreateTupleDeconstructionAsync
(
Microsoft.CodeAnalysis.VisualBasic.Features (1)
IntroduceVariable\VisualBasicIntroduceLocalForExpressionCodeRefactoringProvider.vb (1)
51
Protected Overrides Function
CreateTupleDeconstructionAsync
(document As Document, optionsProvider As CodeActionOptionsProvider, tupleType As INamedTypeSymbol, expression As ExpressionSyntax, cancellationToken As CancellationToken) As Task(Of ExpressionStatementSyntax)
1 reference to CreateTupleDeconstructionAsync
Microsoft.CodeAnalysis.Features (1)
IntroduceVariable\AbstractIntroduceLocalForExpressionCodeRefactoringProvider.cs (1)
114
return await this.
CreateTupleDeconstructionAsync
(