2 references to ComplexifyParentingStatementsAsync
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceVariable\CSharpIntroduceVariableService_IntroduceLocal.cs (1)
306
(document, matches) = await
ComplexifyParentingStatementsAsync
(document, matches, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.VisualBasic.Features (1)
IntroduceVariable\VisualBasicIntroduceVariableService_IntroduceLocal.vb (1)
135
Dim complexified = Await
ComplexifyParentingStatementsAsync
(document, matches, cancellationToken).ConfigureAwait(False)