6 references to AppendFileNamesIfNotNull
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (1)
917
commandLine.
AppendFileNamesIfNotNull
(Sources, " ");
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (1)
917
commandLine.
AppendFileNamesIfNotNull
(Sources, " ");
Microsoft.Build.Tasks.Core (3)
GenerateResource.cs (2)
594
commandLineBuilder.
AppendFileNamesIfNotNull
(inputFiles.ToArray(), " ");
595
commandLineBuilder.
AppendFileNamesIfNotNull
(outputFiles.ToArray(), " ");
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (1)
115
commandLine.
AppendFileNamesIfNotNull
(Sources, " ");
Microsoft.Build.Utilities.UnitTests (1)
CommandLineBuilder_Tests.cs (1)
154
c.
AppendFileNamesIfNotNull
(new[] { new TaskItem("-Mercury.cs"), null, new TaskItem("Venus.cs"), new TaskItem("-Earth.cs") }, " ");