2 references to CreateSpellCheckCodeIssueAsync
Microsoft.CodeAnalysis.Features (2)
SpellCheck\AbstractSpellCheckCodeFixProvider.cs (2)
83
await
CreateSpellCheckCodeIssueAsync
(context, token, IsGeneric(name), cancellationToken).ConfigureAwait(false);
100
await
CreateSpellCheckCodeIssueAsync
(context, token, IsGeneric(token), cancellationToken).ConfigureAwait(false);