3 writes to _length
Microsoft.Build (3)
SegmentedArray`1.cs (3)
78
_length
= 0;
95
_length
= length;
101
_length
= length;
1 reference to _length
Microsoft.Build (1)
SegmentedArray`1.cs (1)
111
public int Length =>
_length
;