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