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