4 writes to _length
Microsoft.ML.FastTree (4)
Dataset\RepeatIntArray.cs (4)
32
_length
= 0;
48
++
_length
;
74
_length
= length;
83
_length
= buffer.ToInt(ref position);
6 references to _length
Microsoft.ML.FastTree (6)
Dataset\RepeatIntArray.cs (6)
43
if (
_length
!= 0)
53
if (
_length
!= length)
99
_length
.ToByteArray(buffer, ref position);
109
public override int Length { get { return
_length
; } }
113
return IntArray.New(
_length
, type, bitsPerItem, this);
254
if (
_length
== 0)