1 write to _length
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Compilers\Core\Portable\InternalUtilities\ReadOnlyUnmanagedMemoryStream.cs (1)
22_length = length;
5 references to _length
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (5)
src\Compilers\Core\Portable\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)