14 references to AppendFileNameIfNotNull
Microsoft.Build.Tasks.Core (5)
Exec.cs (2)
585
commandLine.
AppendFileNameIfNotNull
(batchFileForCommandLine);
627
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 (2)
CommandLineBuilder.cs (1)
392
AppendFileNameIfNotNull
(fileItem.ItemSpec);
TrackedDependencies\FileTracker.cs (1)
643
builder.
AppendFileNameIfNotNull
(command);
Microsoft.Build.Utilities.UnitTests (5)
CommandLineBuilder_Tests.cs (5)
254
c.
AppendFileNameIfNotNull
("-Mercury.cs");
255
c.
AppendFileNameIfNotNull
("Mercury.cs");
256
c.
AppendFileNameIfNotNull
("Mer cury.cs");
288
c.
AppendFileNameIfNotNull
("string with \"quotes\"");
446
c.
AppendFileNameIfNotNull
("18056896847C4FFC9706F1D585C077B4");
Microsoft.NET.Build.Containers (2)
Tasks\CreateNewImageToolTask.cs (2)
118
builder.
AppendFileNameIfNotNull
(Path.Combine(ContainerizeDirectory, "containerize.dll"));
119
builder.
AppendFileNameIfNotNull
(PublishDirectory.TrimEnd(new char[] { Path.DirectorySeparatorChar, Path.AltDirectorySeparatorChar }));