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