2 implementations of CommandName
Microsoft.DotNet.Cli.Utils (2)
BuiltInCommand.cs (1)
18
public string
CommandName
{ get; }
Command.cs (1)
187
public string
CommandName
=> _process.StartInfo.FileName;