4 references to SelectMany
Aspire.Dashboard (1)
Otlp\Storage\SqliteTelemetryRepository.Logs.cs (1)
149
.
SelectMany
((pendingLog, logIndex) => pendingLog.Attributes.Select((attribute, ordinal) => (LogId: logIds[logIndex], Ordinal: ordinal, Attribute: attribute)))
Microsoft.Extensions.AI.Evaluation.Safety (1)
ContentSafetyServicePayloadUtilities.cs (1)
364
["messages"] = new JsonArray([.. turns.
SelectMany
(GetMessages)]),
Microsoft.ML.FastTree (1)
Dataset\DatasetUtils.cs (1)
55
skel.QueryIds.
SelectMany
((qid, i) =>
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (1)
214
return (IEnumerable<TOutput>)CancellableEnumerable.Wrap(Child.AsSequentialQuery(token), token).
SelectMany
(_indexedRightChildSelector);