3 references to DotNetCommandDefinition
dotnet (1)
Parser.cs (1)
77
var rootCommand = new
DotNetCommandDefinition
();
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Parser.cs (1)
77
var rootCommand = new
DotNetCommandDefinition
();
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
337
var dotnetDefinition = new
DotNetCommandDefinition
();