5 references to Zip
aspire (1)
Commands\ExportCommand.cs (1)
212foreach (var (snapshot, resourceJson) in snapshots.Zip(resourceJsonList))
Aspire.Hosting.Tests (1)
Utils\StringComparersTests.cs (1)
72foreach (var (comparer, comparison) in comparerValues.Zip(comparisonValues))
illink (2)
Microsoft.ML.GenAI.Samples (1)
Mistral\Mistral_7B_Instruct.cs (1)
104foreach (var (q, d) in queryEmbedding.Zip(documentEmbedding))