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