5 references to Zip
Aspire.Hosting.Tests (1)
Utils\StringComparersTests.cs (1)
72foreach (var (comparer, comparison) in comparerValues.Zip(comparisonValues))
illink (2)
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (1)
ConverterTests\JsonElementComparer.cs (1)
79foreach (var (px, py) in xProperties.Zip(yProperties))
Microsoft.ML.GenAI.Samples (1)
Mistral\Mistral_7B_Instruct.cs (1)
104foreach (var (q, d) in queryEmbedding.Zip(documentEmbedding))