6 references to taskParameter
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
1137
XMakeAttributes.
taskParameter
,
Construction\ProjectOutputElement.cs (3)
54
return GetAttributeValue(XMakeAttributes.
taskParameter
);
61
SetOrRemoveAttribute(XMakeAttributes.
taskParameter
, value, "Set Output TaskParameter {0}", value);
121
public ElementLocation TaskParameterLocation => GetAttributeLocation(XMakeAttributes.
taskParameter
);
Evaluation\ProjectParser.cs (2)
66
private static readonly HashSet<string> ValidAttributesOnOutput = new HashSet<string> { XMakeAttributes.condition, XMakeAttributes.label, XMakeAttributes.
taskParameter
, XMakeAttributes.itemName, XMakeAttributes.propertyName };
684
ProjectXmlUtilities.VerifyThrowProjectRequiredAttribute(element, XMakeAttributes.
taskParameter
);