12 references to RequestType
Microsoft.Extensions.DotNetDeltaApplier (10)
NamedPipeContract.cs (5)
22RequestType Type { get; } 54public RequestType Type => RequestType.ManagedCodeUpdate; 193public RequestType Type => RequestType.StaticAssetUpdate;
PipeListener.cs (5)
108var payloadType = (RequestType)await _pipeClient.ReadByteAsync(cancellationToken); 111case RequestType.ManagedCodeUpdate: 115case RequestType.StaticAssetUpdate: 119case RequestType.InitialUpdatesCompleted when initialUpdates:
Microsoft.Extensions.DotNetDeltaApplier.Tests (2)
DefaultHotReloadClient.cs (2)
357await _pipe.WriteAsync((byte)RequestType.InitialUpdatesCompleted, cancellationToken); 367Logger.LogError("Failed to send {RequestType}: {Message}", nameof(RequestType.InitialUpdatesCompleted), e.Message);