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