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