1 write to OutputLicense
Microsoft.Build.Tasks.Core (1)
LC.cs (1)
173
OutputLicense
= new TaskItem(outputPath);
2 references to OutputLicense
Microsoft.Build.Tasks.Core (2)
LC.cs (2)
38
set => Bag[nameof(
OutputLicense
)] = value;
39
get => (ITaskItem)Bag[nameof(
OutputLicense
)];