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