2 references to OnAutoInsertHandler
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
Cohost\Handlers\OnAutoInsert.cs (1)
25
return
OnAutoInsertHandler
.GetOnAutoInsertResponseAsync(globalOptions, services, document, linePosition, character, formattingOptions, isRazorRequest: true, cancellationToken);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\OnAutoInsert\OnAutoInsertHandler.cs (1)
28
[ExportCSharpVisualBasicStatelessLspService(typeof(
OnAutoInsertHandler
)), Shared]