10 references to RequestType
Microsoft.DotNet.HotReload.Agent.Host.Package (10)
NamedPipeContract.cs (5)
22RequestType Type { get; } 54public RequestType Type => RequestType.ManagedCodeUpdate; 193public RequestType Type => RequestType.StaticAssetUpdate;
PipeListener.cs (5)
113var payloadType = (RequestType)await _pipeClient.ReadByteAsync(cancellationToken); 116case RequestType.ManagedCodeUpdate: 120case RequestType.StaticAssetUpdate: 124case RequestType.InitialUpdatesCompleted when initialUpdates: