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