1 reference to GetDescriptionAsync
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\CodeFixes\ConvertToAsync\AbstractConvertToAsyncCodeFixProvider.cs (1)
73
var title = await
GetDescriptionAsync
(diagnostic, node, semanticModel, cancellationToken).ConfigureAwait(false);