1 instantiation of CodeLensResolveHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\CodeLens\CodeLensResolveHandlerFactory.cs (1)
23
return new
CodeLensResolveHandler
(completionListCache);
1 reference to CodeLensResolveHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\CodeLens\CodeLensResolveHandlerFactory.cs (1)
11
[ExportCSharpVisualBasicLspServiceFactory(typeof(
CodeLensResolveHandler
)), Shared]