2 writes to _length
PresentationFramework (2)
System\Windows\Markup\Baml2006\SharedStream.cs (2)
61_length = length; 69_length = length;
7 references to _length
PresentationFramework (7)
System\Windows\Markup\Baml2006\SharedStream.cs (7)
123return _length; 135if (value < 0 || value >= _length) 150long end = Math.Min(_position + 1, _length); 175long end = Math.Min(_position + count, _length); 232newPosition = _length + offset; 239if (newPosition < 0 || newPosition >= _length) 292if (_position >= 0 && _position < _length)