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