2 overrides of IntroduceLocalAsync
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceVariable\CSharpIntroduceVariableService_IntroduceLocal.cs (1)
25
protected override async Task<Document>
IntroduceLocalAsync
(
Microsoft.CodeAnalysis.VisualBasic.Features (1)
IntroduceVariable\VisualBasicIntroduceVariableService_IntroduceLocal.vb (1)
14
Protected Overrides Async Function
IntroduceLocalAsync
(
1 reference to IntroduceLocalAsync
Microsoft.CodeAnalysis.Features (1)
IntroduceVariable\AbstractIntroduceVariableService.AbstractIntroduceVariableCodeAction.cs (1)
69
return await _service.
IntroduceLocalAsync
(_semanticDocument, _expression, _allOccurrences, _isConstant, cancellationToken).ConfigureAwait(false);