4 references to Update
dotnet-watch (4)
NamedPipeContract.cs (4)
158await stream.WriteAsync(Update.AssemblyName, cancellationToken); 159await stream.WriteAsync(Update.IsApplicationProject, cancellationToken); 160await stream.WriteAsync(Update.RelativePath, cancellationToken); 161await stream.WriteByteArrayAsync(Update.Contents, cancellationToken);