2 references to InlineCompletionsHandler
Microsoft.CodeAnalysis.EditorFeatures (1)
LanguageServer\RazorInProcLanguageClient.cs (1)
81var regexExpression = string.Join("|", InlineCompletionsHandler.BuiltInSnippets);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InlineCompletions\InlineCompletionsHandler.cs (1)
31[ExportCSharpVisualBasicStatelessLspService(typeof(InlineCompletionsHandler)), Shared]