3 references to AppendFileNamesIfNotNull
Microsoft.Build.Tasks.CodeAnalysis (1)
ManagedCompiler.cs (1)
910
commandLine.
AppendFileNamesIfNotNull
(Sources, " ");
Microsoft.Build.Tasks.Core (1)
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (1)
112
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") }, " ");