1 write to _length
Microsoft.CodeAnalysis (1)
InternalUtilities\ReadOnlyUnmanagedMemoryStream.cs (1)
22_length = length;
5 references to _length
Microsoft.CodeAnalysis (5)
InternalUtilities\ReadOnlyUnmanagedMemoryStream.cs (5)
27if (_position == _length) 37int bytesRead = Math.Min(count, _length - _position); 75return _length; 108target = checked(offset + _length); 120if (target < 0 || target >= _length)