1 reference to IntroduceFieldAsync
Microsoft.CodeAnalysis.Features (1)
IntroduceVariable\AbstractIntroduceVariableService.IntroduceVariableCodeAction.cs (1)
71
return await _service.
IntroduceFieldAsync
(_semanticDocument, _expression, _allOccurrences, _isConstant, cancellationToken).ConfigureAwait(false);