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