2 instantiations of MSBuildCommandDefinition
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
130
var msbuildCommandDefinition = new
MSBuildCommandDefinition
();
Microsoft.DotNet.Cli.Definitions (1)
Commands\DotNetCommandDefinition.cs (1)
139
Subcommands.Add(MSBuildCommand =
new
());
6 references to MSBuildCommandDefinition
dotnet (4)
Commands\MSBuild\MSBuildCommand.cs (2)
34
var
definition = (
MSBuildCommandDefinition
)parseResult.CommandResult.Command;
Commands\MSBuild\MSBuildCommandParser.cs (1)
10
public static void ConfigureCommand(
MSBuildCommandDefinition
command)
Parser.cs (1)
361
else if (command is
MSBuildCommandDefinition
)
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
130
var
msbuildCommandDefinition = new MSBuildCommandDefinition();
Microsoft.DotNet.Cli.Definitions (1)
Commands\DotNetCommandDefinition.cs (1)
88
public readonly
MSBuildCommandDefinition
MSBuildCommand;