1 instantiation of VSInternalInlineCompletionList
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InlineCompletions\InlineCompletionsHandler.cs (1)
115
return new
VSInternalInlineCompletionList
{ Items = [item] };
4 references to VSInternalInlineCompletionList
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\InlineCompletions\InlineCompletionsHandler.cs (2)
35
internal partial class InlineCompletionsHandler : ILspServiceDocumentRequestHandler<VSInternalInlineCompletionRequest,
VSInternalInlineCompletionList
?>
104
public async Task<
VSInternalInlineCompletionList
?> HandleRequestAsync(VSInternalInlineCompletionRequest request, RequestContext context, CancellationToken cancellationToken)
Protocol\Internal\VSInternalMethods.cs (2)
56
public static readonly LspRequest<VSInternalInlineCompletionRequest,
VSInternalInlineCompletionList
> TextDocumentInlineCompletion = new LspRequest<VSInternalInlineCompletionRequest,
VSInternalInlineCompletionList
>(TextDocumentInlineCompletionName);