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)
206
command.
EnvironmentVariable
(name, value);
Microsoft.DotNet.Cli.Utils (3)
Command.cs (3)
139
EnvironmentVariable
(CommandLoggingContext.Variables.AnsiPassThru, ansiPassThrough.ToString());
159
EnvironmentVariable
(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
"/>