5 references to Update
Microsoft.DotNet.HotReload.Agent.Host.Package (5)
NamedPipeContract.cs (4)
198
await stream.WriteAsync(
Update
.AssemblyName, cancellationToken);
199
await stream.WriteAsync(
Update
.IsApplicationProject, cancellationToken);
200
await stream.WriteAsync(
Update
.RelativePath, cancellationToken);
201
await stream.WriteByteArrayAsync(
Update
.Contents, cancellationToken);
PipeListener.cs (1)
166
agent.ApplyStaticAssetUpdate(request.
Update
);