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)
27
if (_position ==
_length
)
37
int bytesRead = Math.Min(count,
_length
- _position);
75
return
_length
;
108
target = checked(offset +
_length
);
120
if (target < 0 || target >=
_length
)