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