2 references to TaskItem
Microsoft.Build (2)
BackEnd\Components\Logging\ProjectLoggingContext.cs (1)
225items = projectItems?.GetCopyOnReadEnumerable(item => new DictionaryEntry(item.ItemType, new TaskItem(item))) ?? [];
Instance\ProjectItemInstance.cs (1)
2451TaskItem item = new TaskItem(baseItem);