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)
1035if (_position < _length) 1037var numberOfBytesInThisRead = (int)Math.Min(count, _length - _position);