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