1 instantiation of VersionedPullCache
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SpellCheck\AbstractSpellCheckingHandler.cs (1)
42
_versionedCache =
new
(this.GetType().Name);
1 reference to VersionedPullCache
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SpellCheck\AbstractSpellCheckingHandler.cs (1)
35
private readonly
VersionedPullCache
<(Checksum parseOptionsChecksum, Checksum textChecksum)?> _versionedCache;