3 references to IsValidConfiguredAppHostPath
aspire (3)
Projects\ProjectLocator.cs (3)
708
if (!
IsValidConfiguredAppHostPath
(configAppHostPath, configFilePath, fieldName: AspireConfigAppHostPathKey, silent: silent))
765
if (!
IsValidConfiguredAppHostPath
(appHostPath, settingsFile.FullName, fieldName: LegacySettingsAppHostPathKey, silent: silent))
1255
IsValidConfiguredAppHostPath
(existingPath, settingsFile.FullName, AspireConfigAppHostPathKey, silent: true))