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