1 implementation of IntroduceVariableAsync
Microsoft.CodeAnalysis.Features (1)
IntroduceVariable\AbstractIntroduceVariableService.cs (1)
62
public async Task<CodeAction>
IntroduceVariableAsync
(
1 reference to IntroduceVariableAsync
Microsoft.CodeAnalysis.Features (1)
IntroduceVariable\IntroduceVariableCodeRefactoringProvider.cs (1)
31
var action = await service.
IntroduceVariableAsync
(document, textSpan, cleanupOptions, cancellationToken).ConfigureAwait(false);