3 references to ResourceName
aspire (3)
Commands\DescribeCommand.cs (2)
199var allResources = new Dictionary<string, ResourceSnapshot>(StringComparers.ResourceName); 207var lastDisplayedContent = new Dictionary<string, object>(StringComparers.ResourceName);
Commands\ExportCommand.cs (1)
209? new HashSet<string>(ResourceSnapshotMapper.WhereMatchesResourceName(snapshots, resourceName).Select(s => s.Name), StringComparers.ResourceName)