4 references to EnvironmentVariables
dotnet (4)
Commands\Run\LaunchSettings\ProjectLaunchSettingsProvider.cs (2)
68else if (string.Equals(property.Name, nameof(ProjectLaunchSettingsModel.EnvironmentVariables), StringComparison.OrdinalIgnoreCase)) 79config.EnvironmentVariables[environmentVariable.Name] = environmentVariableValue!;
Commands\Run\RunCommand.cs (1)
197foreach (var entry in launchSettings.EnvironmentVariables)
Commands\Test\MTP\TestApplication.cs (1)
101foreach (var entry in Module.LaunchSettings.EnvironmentVariables)