2 references to OutputDirectory
ILLink.Tasks (2)
LinkTask.cs (2)
442
if (
OutputDirectory
!= null)
443
args.Append("-out ").AppendLine(Quote(
OutputDirectory
.ItemSpec));