3 writes to _length
Microsoft.Build.Framework (3)
SegmentedArray`1.cs (3)
79
_length
= 0;
96
_length
= length;
102
_length
= length;
1 reference to _length
Microsoft.Build.Framework (1)
SegmentedArray`1.cs (1)
112
public int Length =>
_length
;