7 references to RequestType
Microsoft.DotNet.HotReload.Client.Package (7)
DefaultHotReloadClient.cs (2)
357
await _pipe.WriteAsync((byte)
RequestType
.InitialUpdatesCompleted, cancellationToken);
367
Logger.LogError("Failed to send {RequestType}: {Message}", nameof(
RequestType
.InitialUpdatesCompleted), e.Message);
NamedPipeContract.cs (5)
22
RequestType
Type { get; }
54
public
RequestType
Type =>
RequestType
.ManagedCodeUpdate;
193
public
RequestType
Type =>
RequestType
.StaticAssetUpdate;