1 write to ItemType
Microsoft.Build (1)
Construction\ProjectOutputElement.cs (1)
154output.ItemType = itemType;
4 references to ItemType
Microsoft.Build (4)
Construction\ProjectOutputElement.cs (3)
68public bool IsOutputItem => ItemType.Length > 0; 113ErrorUtilities.VerifyThrowInvalidOperation(String.IsNullOrEmpty(ItemType), "OM_EitherAttributeButNotBoth", ElementName, XMakeAttributes.itemName, XMakeAttributes.propertyName); 176return owner.CreateOutputElement(TaskParameter, ItemType, PropertyName);
Evaluation\Evaluator.cs (1)
453output.ItemType,