2 references to InvokeAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\NewtonsoftLanguageServer.cs (1)
79
var result = await
InvokeAsync
(queue, request, lspServices, cancellationToken).ConfigureAwait(false);
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\SystemTextJsonLanguageServer.cs (1)
87
var result = await
InvokeAsync
(queue, request, lspServices, cancellationToken).ConfigureAwait(false);