10 references to AppendFileNamesIfNotNull
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (1)
928
commandLine.
AppendFileNamesIfNotNull
(Sources, " ");
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (1)
928
commandLine.
AppendFileNamesIfNotNull
(Sources, " ");
Microsoft.Build.Tasks.Core (7)
GenerateResource.cs (3)
594
commandLineBuilder.
AppendFileNamesIfNotNull
(inputFiles.ToArray(), " ");
595
commandLineBuilder.
AppendFileNamesIfNotNull
(outputFiles.ToArray(), " ");
1240
currentCommand.
AppendFileNamesIfNotNull
(
ResGen.cs (3)
603
resGenArguments.
AppendFileNamesIfNotNull
(
613
resGenArguments.
AppendFileNamesIfNotNull
(InputFiles, " ");
614
resGenArguments.
AppendFileNamesIfNotNull
(OutputFiles, " ");
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (1)
119
commandLine.
AppendFileNamesIfNotNull
(Sources, " ");
Microsoft.Build.Utilities.UnitTests (1)
CommandLineBuilder_Tests.cs (1)
155
c.
AppendFileNamesIfNotNull
(new[] { new TaskItem("-Mercury.cs"), null, new TaskItem("Venus.cs"), new TaskItem("-Earth.cs") }, " ");