2 references to ReadLaunchSettingsEnvironmentVariables
aspire (2)
Projects\TypeScriptAppHostProject.cs (2)
388var launchSettingsEnvVars = ReadLaunchSettingsEnvironmentVariables(directory) ?? new Dictionary<string, string>(); 884var launchSettingsEnvVars = ReadLaunchSettingsEnvironmentVariables(directory) ?? new Dictionary<string, string>();