3 references to LegacyAppHostPathKey
aspire (3)
Configuration\AppHostPathConfigurationPolicy.cs (3)
17string.Equals(key, LegacyAppHostPathKey, StringComparison.OrdinalIgnoreCase); 36if (configuration[LegacyAppHostPathKey] is not null) 38key = LegacyAppHostPathKey;