1 write to _position
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
PublishArtifactsInManifestTests.cs (1)
217
_position
+= bytesToWrite;
2 references to _position
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];