7 references to AppendFileNameIfNotNull
Microsoft.Build.Tasks.Core (5)
Exec.cs (2)
594
commandLine.
AppendFileNameIfNotNull
(batchFileForCommandLine);
636
commandLine.
AppendFileNameIfNotNull
(batchFileForCommandLine);
GenerateResource.cs (2)
570
commandLineBuilder.
AppendFileNameIfNotNull
(Path.Combine(_resgenPath, "resgen.exe"));
587
commandLineBuilder.
AppendFileNameIfNotNull
(inputFiles[i].ItemSpec);
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (1)
100
commandLine.
AppendFileNameIfNotNull
(_executablePath.Value);
Microsoft.Build.Utilities.Core (1)
CommandLineBuilder.cs (1)
392
AppendFileNameIfNotNull
(fileItem.ItemSpec);
Microsoft.TestPlatform.Build (1)
Tasks\TestTaskUtils.cs (1)
44
builder.
AppendFileNameIfNotNull
(vsTestAppName);