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