2 implementations of Type
dotnet-watch (2)
NamedPipeContract.cs (2)
38public RequestType Type => RequestType.ManagedCodeUpdate; 153public RequestType Type => RequestType.StaticAssetUpdate;
1 reference to Type
dotnet-watch (1)
DefaultHotReloadClient.cs (1)
262await _pipe.WriteAsync((byte)request.Type, cancellationToken);