1 instantiation of SpellCheckState
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SpellCheck\AbstractSpellCheckingHandler.cs (1)
105
new
SpellCheckState
(languageService, document),
3 references to SpellCheckState
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\SpellCheck\SpellCheckPullCache.cs (3)
19
internal sealed class SpellCheckPullCache(string uniqueKey) : VersionedPullCache<(Checksum parseOptionsChecksum, Checksum textChecksum),
SpellCheckState
, ImmutableArray<SpellCheckSpan>>(uniqueKey)
21
public override async Task<(Checksum parseOptionsChecksum, Checksum textChecksum)> ComputeVersionAsync(
SpellCheckState
state, CancellationToken cancellationToken)
38
public override async Task<ImmutableArray<SpellCheckSpan>> ComputeDataAsync(
SpellCheckState
state, CancellationToken cancellationToken)