1 write to _length
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
1010
_length
= length;
2 references to _length
ScenarioTests.Common.Tests (2)
ScenarioTestTypes.cs (2)
1035
if (_position <
_length
)
1037
var numberOfBytesInThisRead = (int)Math.Min(count,
_length
- _position);