1 instantiation of DotnetWatchCommandDefinition
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
60
var definition = new
DotnetWatchCommandDefinition
();
3 references to DotnetWatchCommandDefinition
dotnet-watch (3)
CommandLine\CommandLineOptions.cs (3)
60
var
definition = new DotnetWatchCommandDefinition();
203
var
definition = (
DotnetWatchCommandDefinition
)parseResult.CommandResult.Command;