4 references to WriteByteArrayAsync
Microsoft.DotNet.HotReload.Agent.Host.Package (4)
NamedPipeContract.cs (4)
64await stream.WriteByteArrayAsync(update.MetadataDelta, cancellationToken); 65await stream.WriteByteArrayAsync(update.ILDelta, cancellationToken); 66await stream.WriteByteArrayAsync(update.PdbDelta, cancellationToken); 201await stream.WriteByteArrayAsync(Update.Contents, cancellationToken);