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