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