3 references to SelectMany
Microsoft.Extensions.AI.Evaluation.Safety (1)
ContentSafetyServicePayloadUtilities.cs (1)
364["messages"] = new JsonArray([.. turns.SelectMany(GetMessages)]),
Microsoft.ML.FastTree (1)
Dataset\DatasetUtils.cs (1)
55skel.QueryIds.SelectMany((qid, i) =>
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (1)
214return (IEnumerable<TOutput>)CancellableEnumerable.Wrap(Child.AsSequentialQuery(token), token).SelectMany(_indexedRightChildSelector);