2 references to GetArgumentsToMSBuild
dotnet (1)
Commands\Test\VSTest\TestCommand.cs (1)
250VSTestTrace.SafeWriteTrace(() => $"Starting test using MSBuild with arguments '{testCommand.GetArgumentsToMSBuild()}' custom MSBuild path '{msbuildPath}' norestore '{noRestore}'");
dotnet.Tests (1)
CommandTests\MSBuild\GivenDotnetMSBuildInvocation.cs (1)
27command.GetArgumentsToMSBuild().Should().Be($"{ExpectedPrefix}{expectedAdditionalArgs}");