3 writes to _length
Microsoft.CodeAnalysis.Collections.Package (3)
SegmentedArray`1.cs (3)
76
_length
= 0;
93
_length
= length;
99
_length
= length;
1 reference to _length
Microsoft.CodeAnalysis.Collections.Package (1)
SegmentedArray`1.cs (1)
109
public int Length =>
_length
;