6 references to Zip
aspire (1)
Commands\ExportCommand.cs (1)
238
foreach (var (snapshot, resourceJson) in snapshots.
Zip
(resourceJsonList))
Aspire.Dashboard (1)
Components\Controls\Chart\ChartFilterTags.razor.cs (1)
95
return values.
Zip
(parsed).OrderBy(pair => pair.Second).Select(pair => pair.First);
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))