10 references to propertyName
Microsoft.Build (10)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
1124
XMakeAttributes.
propertyName
,
Construction\ProjectOutputElement.cs (6)
93
ErrorUtilities.VerifyThrowInvalidOperation(String.IsNullOrEmpty(PropertyName), "OM_EitherAttributeButNotBoth", ElementName, XMakeAttributes.itemName, XMakeAttributes.
propertyName
);
108
return GetAttributeValue(XMakeAttributes.
propertyName
);
113
ErrorUtilities.VerifyThrowInvalidOperation(String.IsNullOrEmpty(ItemType), "OM_EitherAttributeButNotBoth", ElementName, XMakeAttributes.itemName, XMakeAttributes.
propertyName
);
114
SetOrRemoveAttribute(XMakeAttributes.
propertyName
, value, "Set Output PropertyName {0}", value);
126
public ElementLocation PropertyNameLocation => GetAttributeLocation(XMakeAttributes.
propertyName
);
145
XMakeAttributes.
propertyName
,
Evaluation\ProjectParser.cs (3)
66
private static readonly HashSet<string> ValidAttributesOnOutput = new HashSet<string> { XMakeAttributes.condition, XMakeAttributes.label, XMakeAttributes.taskParameter, XMakeAttributes.itemName, XMakeAttributes.
propertyName
};
688
XmlAttributeWithLocation propertyNameAttribute = element.GetAttributeWithLocation(XMakeAttributes.
propertyName
);
697
ProjectXmlUtilities.VerifyThrowProjectAttributeEitherMissingOrNotEmpty(element, propertyNameAttribute, XMakeAttributes.
propertyName
);