Implemented interface member:
property
CommandName
Microsoft.DotNet.Cli.Utils.ICommand.CommandName
1 write to CommandName
Microsoft.DotNet.Cli.Utils (1)
BuiltInCommand.cs (1)
30
CommandName
= commandName;
1 reference to CommandName
Microsoft.DotNet.Cli.Utils (1)
BuiltInCommand.cs (1)
74
ProcessStartInfo startInfo = new(new Muxer().MuxerPath, $"{
CommandName
} {CommandArgs}");