2 references to ComputeRefactoringsAsync
Microsoft.CodeAnalysis.CSharp.Features (2)
UseExpressionBodyForLambda\UseExpressionBodyForLambdaCodeRefactoringProvider.cs (2)
51
await
ComputeRefactoringsAsync
(context, optionValue.Value, analyzerActive: false).ConfigureAwait(false);
73
await
ComputeRefactoringsAsync
(context, optionValue.Value, analyzerActive: true).ConfigureAwait(false);