5 references to ResolveAll
aspire (3)
Commands\DescribeCommand.cs (1)
150_resourceColorMap.ResolveAll(snapshots.Select(s => ResourceSnapshotMapper.GetResourceName(s, snapshots)));
Commands\LogsCommand.cs (1)
169_resourceColorMap.ResolveAll(snapshots.Select(s => ResourceSnapshotMapper.GetResourceName(s, snapshots)));
Commands\TelemetryCommandHelpers.cs (1)
338colorMap.ResolveAll(allResources.Select(r => OtlpHelpers.GetResourceName(r, allResources)));
Aspire.Cli.Tests (2)
Utils\ResourceColorMapTests.cs (2)
35map1.ResolveAll(["bravo", "alpha", "charlie"]); 38map2.ResolveAll(["charlie", "alpha", "bravo"]);