11 references to AppendFileNameIfNotNull
Microsoft.Build.Tasks.Core (5)
Exec.cs (2)
583commandLine.AppendFileNameIfNotNull(batchFileForCommandLine); 625commandLine.AppendFileNameIfNotNull(batchFileForCommandLine);
GenerateResource.cs (2)
570commandLineBuilder.AppendFileNameIfNotNull(Path.Combine(_resgenPath, "resgen.exe")); 587commandLineBuilder.AppendFileNameIfNotNull(inputFiles[i].ItemSpec);
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (1)
94commandLine.AppendFileNameIfNotNull(_executablePath.Value);
Microsoft.Build.Utilities.Core (1)
CommandLineBuilder.cs (1)
387AppendFileNameIfNotNull(fileItem.ItemSpec);
Microsoft.Build.Utilities.UnitTests (5)
CommandLineBuilder_Tests.cs (5)
254c.AppendFileNameIfNotNull("-Mercury.cs"); 255c.AppendFileNameIfNotNull("Mercury.cs"); 256c.AppendFileNameIfNotNull("Mer cury.cs"); 288c.AppendFileNameIfNotNull("string with \"quotes\""); 446c.AppendFileNameIfNotNull("18056896847C4FFC9706F1D585C077B4");