1 instantiation of WaitForAsyncOperationsResponse
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Testing\WaitForAsyncOperationsHandler.cs (1)
46
return new
WaitForAsyncOperationsResponse
();
2 references to WaitForAsyncOperationsResponse
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 _)