2 references to WaitForAsyncOperationsParams
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Testing\WaitForAsyncOperationsHandler.cs (2)
25internal class WaitForAsyncOperationsHandler : ILspServiceRequestHandler<WaitForAsyncOperationsParams, WaitForAsyncOperationsResponse> 42public async Task<WaitForAsyncOperationsResponse> HandleRequestAsync(WaitForAsyncOperationsParams request, RequestContext context, CancellationToken _)