2 writes to _array
System.IO.Pipelines (2)
System\IO\Pipelines\BufferSegmentStack.cs (2)
19
_array
= new SegmentAsValueType[size];
63
Array.Resize(ref
_array
, 2 * _array.Length);
4 references to _array
System.IO.Pipelines (4)
System\IO\Pipelines\BufferSegmentStack.cs (4)
28
SegmentAsValueType[] array =
_array
;
46
SegmentAsValueType[] array =
_array
;
63
Array.Resize(ref _array, 2 *
_array
.Length);
64
_array
[_size] = item;