6 references to RequestType
dotnet-watch (6)
DefaultHotReloadClient.cs (1)
294await _pipe.WriteAsync((byte)RequestType.InitialUpdatesCompleted, cancellationToken);
NamedPipeContract.cs (5)
17RequestType Type { get; } 38public RequestType Type => RequestType.ManagedCodeUpdate; 153public RequestType Type => RequestType.StaticAssetUpdate;