1 instantiation of SpellCheckPullCache
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SpellCheck\AbstractSpellCheckingHandler.cs (1)
40
_versionedCache =
new
(this.GetType().Name);
1 reference to SpellCheckPullCache
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SpellCheck\AbstractSpellCheckingHandler.cs (1)
33
private readonly
SpellCheckPullCache
_versionedCache;