11 references to RequestType
Microsoft.Extensions.DotNetDeltaApplier (10)
NamedPipeContract.cs (5)
17RequestType Type { get; } 38public RequestType Type => RequestType.ManagedCodeUpdate; 153public RequestType Type => RequestType.StaticAssetUpdate;
PipeListener.cs (5)
92var payloadType = (RequestType)await pipeClient.ReadByteAsync(cancellationToken); 95case RequestType.ManagedCodeUpdate: 99case RequestType.StaticAssetUpdate: 103case RequestType.InitialUpdatesCompleted when initialUpdates:
Microsoft.Extensions.DotNetDeltaApplier.Tests (1)
DefaultHotReloadClient.cs (1)
294await _pipe.WriteAsync((byte)RequestType.InitialUpdatesCompleted, cancellationToken);