5 references to Length
Microsoft.ML.PerformanceTests (5)
CacheDataViewBench.cs (5)
32int[] values = new int[Length]; 53if (count != Length) 54throw new Exception($"Expected {Length} values in cache but only saw {count}"); 59_positions = new long[Length]; 62_positions[i] = rand.Next(Length);