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