2 instantiations of HotReloadExceptionCreatedNotification
Microsoft.Extensions.DotNetDeltaApplier (2)
NamedPipeContract.cs (1)
180
return new
HotReloadExceptionCreatedNotification
(code, message);
StartupHook.cs (1)
76
await listener.SendResponseAsync(new
HotReloadExceptionCreatedNotification
(code, message), CancellationToken.None);
3 references to HotReloadExceptionCreatedNotification
Microsoft.Extensions.DotNetDeltaApplier (1)
NamedPipeContract.cs (1)
176
public static async ValueTask<
HotReloadExceptionCreatedNotification
> ReadAsync(Stream stream, CancellationToken cancellationToken)
Microsoft.Extensions.DotNetDeltaApplier.Tests (2)
DefaultHotReloadClient.cs (2)
125
var
notification = await
HotReloadExceptionCreatedNotification
.ReadAsync(_pipe, cancellationToken);