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