2 implementations of EnvironmentVariable
Microsoft.DotNet.Cli.Utils (2)
BuiltInCommand.cs (1)
164
public ICommand
EnvironmentVariable
(string name, string? value)
Command.cs (1)
100
public ICommand
EnvironmentVariable
(string name, string? value)
3 references to EnvironmentVariable
dotnet (3)
Commands\Run\RunCommand.cs (3)
411
(name, value) => command.
EnvironmentVariable
(name, value));
570
(name, value) => command.
EnvironmentVariable
(name, value));
632
command.
EnvironmentVariable
(rootVariableName, Path.GetDirectoryName(new Muxer().MuxerPath));