Implemented interface member:
method
EnvironmentVariable
Microsoft.DotNet.Cli.Utils.ICommand.EnvironmentVariable(System.String, System.String)
4 references to EnvironmentVariable
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\Run\AotRunCommand.cs (1)
206command.EnvironmentVariable(name, value);
Microsoft.DotNet.Cli.Utils (3)
Command.cs (3)
139EnvironmentVariable(CommandLoggingContext.Variables.AnsiPassThru, ansiPassThrough.ToString()); 159EnvironmentVariable(CommandLoggingContext.Variables.AnsiPassThru, ansiPassThrough.ToString()); 194/// If set in the constructor, it's used to keep track of environment variables modified via <see cref="EnvironmentVariable"/>