3 references to SendResponseAsync
Microsoft.Extensions.DotNetDeltaApplier (3)
PipeListener.cs (2)
150
await
SendResponseAsync
(new UpdateResponse(logEntries, success), cancellationToken);
173
await
SendResponseAsync
(new UpdateResponse(logEntries, success: true), cancellationToken);
StartupHook.cs (1)
76
await listener.
SendResponseAsync
(new HotReloadExceptionCreatedNotification(code, message), CancellationToken.None);