2 writes to _position
ScenarioTests.Common.Tests (2)
ScenarioTestTypes.cs (2)
1011
_position
= 0;
1038
_position
+= numberOfBytesInThisRead;
2 references to _position
ScenarioTests.Common.Tests (2)
ScenarioTestTypes.cs (2)
1035
if (
_position
< _length)
1037
var numberOfBytesInThisRead = (int)Math.Min(count, _length -
_position
);