4 references to Update
Microsoft.DotNet.HotReload.Client.Tests (4)
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);