1 write to _array
Microsoft.CodeAnalysis (1)
Collections\ImmutableMemoryStream.cs (1)
20
_array
= array;
7 references to _array
Microsoft.CodeAnalysis (7)
Collections\ImmutableMemoryStream.cs (7)
25
return
_array
;
45
get { return
_array
.Length; }
56
if (value < 0 || value >=
_array
.Length)
71
int result = Math.Min(count,
_array
.Length - _position);
72
_array
.CopyTo(_position, buffer, offset, result);
93
target = checked(offset +
_array
.Length);
105
if (target < 0 || target >=
_array
.Length)