3 references to FindAll
Microsoft.CodeAnalysis.UnitTests (1)
Collections\ImmutableListTestBase.cs (1)
147
var expected = list.ToList().
FindAll
(n => n % 2 == 1);
Microsoft.ML.CodeGenerator (1)
Utils.cs (1)
54
var featureColumns = dataView.Schema.ToList().
FindAll
(
Microsoft.ML.TimeSeries (1)
RootCauseAnalyzer.cs (1)
213
anomalyPoints = anomalyPoints.
FindAll
(x => x.Delta < 0);