1 write to PropertyName
Microsoft.Build (1)
Construction\ProjectOutputElement.cs (1)
158
output.
PropertyName
= propertyName;
4 references to PropertyName
Microsoft.Build (4)
Construction\ProjectOutputElement.cs (3)
73
public bool IsOutputProperty =>
PropertyName
.Length > 0;
93
ErrorUtilities.VerifyThrowInvalidOperation(String.IsNullOrEmpty(
PropertyName
), "OM_EitherAttributeButNotBoth", ElementName, XMakeAttributes.itemName, XMakeAttributes.propertyName);
176
return owner.CreateOutputElement(TaskParameter, ItemType,
PropertyName
);
Evaluation\Evaluator.cs (1)
459
output.
PropertyName
,