1 instantiation of VSInternalInlineCompletionList
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InlineCompletions\InlineCompletionsHandler.cs (1)
145
return new
VSInternalInlineCompletionList
4 references to VSInternalInlineCompletionList
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\InlineCompletions\InlineCompletionsHandler.cs (2)
33
internal partial class InlineCompletionsHandler : ILspServiceDocumentRequestHandler<VSInternalInlineCompletionRequest,
VSInternalInlineCompletionList
?>
102
public async Task<
VSInternalInlineCompletionList
?> HandleRequestAsync(VSInternalInlineCompletionRequest request, RequestContext context, CancellationToken cancellationToken)
Protocol\Internal\VSInternalMethods.cs (2)
110
public static readonly LspRequest<VSInternalInlineCompletionRequest,
VSInternalInlineCompletionList
> TextDocumentInlineCompletion = new LspRequest<VSInternalInlineCompletionRequest,
VSInternalInlineCompletionList
>(TextDocumentInlineCompletionName);