2 implementations of IUpdateRequest
dotnet-watch (2)
NamedPipeContract.cs (2)
32
internal readonly struct ManagedCodeUpdateRequest(IReadOnlyList<RuntimeManagedCodeUpdate> updates, ResponseLoggingLevel responseLoggingLevel) :
IUpdateRequest
146
ResponseLoggingLevel responseLoggingLevel) :
IUpdateRequest
1 reference to IUpdateRequest
dotnet-watch (1)
DefaultHotReloadClient.cs (1)
217
where TRequest :
IUpdateRequest