2 references to GetFixAsync
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\DoNotDirectlyAwaitATask.Fixer.cs (2)
38
async ct => await
GetFixAsync
(context.Document, expression, argument: false, cancellationToken: ct).ConfigureAwait(false),
45
async ct => await
GetFixAsync
(context.Document, expression, argument: true, cancellationToken: ct).ConfigureAwait(false),