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