5 references to WriteByteArrayAsync
Microsoft.Extensions.DotNetDeltaApplier (4)
NamedPipeContract.cs (4)
48await stream.WriteByteArrayAsync(update.MetadataDelta, cancellationToken); 49await stream.WriteByteArrayAsync(update.ILDelta, cancellationToken); 50await stream.WriteByteArrayAsync(update.PdbDelta, cancellationToken); 161await stream.WriteByteArrayAsync(Update.Contents, cancellationToken);
Microsoft.Extensions.DotNetDeltaApplier.Tests (1)
StreamExtensionsTests.cs (1)
159await stream.WriteByteArrayAsync(expected, CancellationToken.None);