7 references to AppendFileNamesIfNotNull
Microsoft.Build.Utilities.UnitTests (5)
CommandLineBuilder_Tests.cs (5)
110c.AppendFileNamesIfNotNull(new[] { "Form1.resx", FileUtilities.FixFilePath("built\\Form1.resources") }, ","); 126c.AppendFileNamesIfNotNull(new[] { "Mercury.cs", "Venus.cs", "Earth.cs" }, " "); 141c.AppendFileNamesIfNotNull(new[] { "-Mercury.cs", "-Venus.cs", "-Earth.cs" }, " "); 169c.AppendFileNamesIfNotNull(new[] { "" }, " "); 184c.AppendFileNamesIfNotNull((string[])null, " ");
Microsoft.DotNet.Build.Tasks.Workloads (2)
Wix\CompilerToolTask.cs (1)
79CommandLineBuilder.AppendFileNamesIfNotNull(_sourceFiles.ToArray(), " ");
Wix\LinkerToolTask.cs (1)
80CommandLineBuilder.AppendFileNamesIfNotNull(SourceFiles.ToArray(), " ");