2 references to ReadLaunchSettingsEnvironmentVariables
aspire (2)
Projects\GuestAppHostProject.cs (2)
326var launchSettingsEnvVars = ReadLaunchSettingsEnvironmentVariables(directory) ?? new Dictionary<string, string>(); 596var launchSettingsEnvVars = ReadLaunchSettingsEnvironmentVariables(directory) ?? new Dictionary<string, string>();