7 references to AppendSwitchIfNotNull
Microsoft.Build.Tasks.CodeAnalysis (2)
src\roslyn\src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (2)
926commandLine.AppendSwitchIfNotNull("/out:", OutputAssembly); 927commandLine.AppendSwitchIfNotNull("/refout:", OutputRefAssembly);
Microsoft.Build.Tasks.Core (2)
GenerateResource.cs (1)
647resGenCommand.AppendSwitchIfNotNull("/r:", reference);
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (1)
118commandLine.AppendSwitchIfNotNull("/out:", OutputAssembly);
Microsoft.TestPlatform.Build (3)
Tasks\TestTaskUtils.cs (3)
63builder.AppendSwitchIfNotNull("--testAdapterPath:", arg); 91builder.AppendSwitchIfNotNull("--resultsDirectory:", task.VSTestResultsDirectory); 223builder.AppendSwitchIfNotNull("--testAdapterPath:", task.VSTestTraceDataCollectorDirectoryPath);