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