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