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