5 references to Zip
aspire (1)
Commands\ExportCommand.cs (1)
212
foreach (var (snapshot, resourceJson) in snapshots.
Zip
(resourceJsonList))
Aspire.Hosting.Tests (1)
Utils\StringComparersTests.cs (1)
72
foreach (var (comparer, comparison) in comparerValues.
Zip
(comparisonValues))
illink (2)
Linker.Dataflow\MethodBodyScanner.cs (1)
1172
var argumentRefKinds = methodArguments.
Zip
(calledMethod.GetParameterReferenceKinds()).ToList();
Linker\AttributeInfo.cs (1)
30
foreach (var (customAttribute, origin) in customAttributes.
Zip
(origins))
Microsoft.ML.GenAI.Samples (1)
Mistral\Mistral_7B_Instruct.cs (1)
104
foreach (var (q, d) in queryEmbedding.
Zip
(documentEmbedding))