2 references to IntroduceLocalAsync
Microsoft.CodeAnalysis.Features (2)
IntroduceVariable\AbstractIntroduceLocalForExpressionCodeRefactoringProvider.cs (2)
57cancellationToken => IntroduceLocalAsync(document, expressionStatement, type, deconstruct: true, cancellationToken), 65cancellationToken => IntroduceLocalAsync(document, expressionStatement, type, deconstruct: false, cancellationToken),