5 references to WriteByteArrayAsync
Microsoft.Extensions.DotNetDeltaApplier (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);
Microsoft.Extensions.DotNetDeltaApplier.Tests (1)
StreamExtensionsTests.cs (1)
159await stream.WriteByteArrayAsync(expected, CancellationToken.None);