1 implementation of GetSpellCheckRangeTriplesAsync
Microsoft.CodeAnalysis.Razor.Workspaces (1)
SpellCheck\SpellCheckService.cs (1)
22
public async Task<int[]>
GetSpellCheckRangeTriplesAsync
(DocumentContext documentContext, CancellationToken cancellationToken)
1 reference to GetSpellCheckRangeTriplesAsync
Microsoft.CodeAnalysis.Remote.Razor (1)
SpellCheck\RemoteSpellCheckService.cs (1)
32
return await _spellCheckService.
GetSpellCheckRangeTriplesAsync
(context, cancellationToken).ConfigureAwait(false);