2 writes to _position
ScenarioTests.Common.Tests (2)
ScenarioTestTypes.cs (2)
958
_position
= 0;
985
_position
+= numberOfBytesInThisRead;
2 references to _position
ScenarioTests.Common.Tests (2)
ScenarioTestTypes.cs (2)
982
if (
_position
< _length)
984
var numberOfBytesInThisRead = (int)Math.Min(count, _length -
_position
);