1 write to _streamBytes
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
PublishArtifactsInManifestTests.cs (1)
376
_streamBytes
= streamBytes;
2 references to _streamBytes
Microsoft.DotNet.Build.Tasks.Feed.Tests (2)
PublishArtifactsInManifestTests.cs (2)
396
int bytesToWrite = Math.Min(Math.Min(
_streamBytes
.Length - _position, count), maxStreamBytesThisCall);
400
buffer[offset + i] =
_streamBytes
[_position + i];