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