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