1 implementation of HandleRequestAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\EditAndContinue\RegisterSolutionSnapshotHandler.cs (1)
34
public Task<LspSolutionSnapshotId>
HandleRequestAsync
(RequestContext context, CancellationToken cancellationToken)
1 reference to HandleRequestAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (1)
197
var result = await parameterlessRequestHandler.
HandleRequestAsync
(context, cancellationToken).ConfigureAwait(false);