1 instantiation of DocumentSpellCheckHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SpellCheck\DocumentSpellCheckHandlerFactory.cs (1)
21
=> new
DocumentSpellCheckHandler
();
1 reference to DocumentSpellCheckHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SpellCheck\DocumentSpellCheckHandlerFactory.cs (1)
11
[ExportCSharpVisualBasicLspServiceFactory(typeof(
DocumentSpellCheckHandler
)), Shared]