4 references to returns
Microsoft.Build (4)
Construction\ProjectTargetElement.cs (3)
259
return GetAttributeValue(XMakeAttributes.
returns
, true /* If the element is not there, return null */);
272
XMakeAttributes.
returns
,
337
public ElementLocation ReturnsLocation => GetAttributeLocation(XMakeAttributes.
returns
);
Evaluation\ProjectParser.cs (1)
56
private static readonly HashSet<string> ValidAttributesOnTarget = new HashSet<string> { XMakeAttributes.condition, XMakeAttributes.label, XMakeAttributes.name, XMakeAttributes.inputs, XMakeAttributes.outputs, XMakeAttributes.keepDuplicateOutputs, XMakeAttributes.dependsOnTargets, XMakeAttributes.beforeTargets, XMakeAttributes.afterTargets, XMakeAttributes.
returns
};