2 implementations of Type
Microsoft.Extensions.DotNetDeltaApplier (2)
NamedPipeContract.cs (2)
54
public RequestType
Type
=> RequestType.ManagedCodeUpdate;
193
public RequestType
Type
=> RequestType.StaticAssetUpdate;
1 reference to Type
Microsoft.Extensions.DotNetDeltaApplier.Tests (1)
DefaultHotReloadClient.cs (1)
318
await _pipe.WriteAsync((byte)request.
Type
, cancellationToken);