2 overrides of IntroduceQueryLocalAsync
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceVariable\CSharpIntroduceVariableService_IntroduceQueryLocal.cs (1)
26
protected override Task<Document>
IntroduceQueryLocalAsync
(
Microsoft.CodeAnalysis.VisualBasic.Features (1)
IntroduceVariable\VisualBasicIntroduceVariableService_IntroduceQueryLocal.vb (1)
13
Protected Overrides Function
IntroduceQueryLocalAsync
(
1 reference to IntroduceQueryLocalAsync
Microsoft.CodeAnalysis.Features (1)
IntroduceVariable\AbstractIntroduceVariableService.AbstractIntroduceVariableCodeAction.cs (1)
65
return await _service.
IntroduceQueryLocalAsync
(_semanticDocument, _expression, _allOccurrences, cancellationToken).ConfigureAwait(false);