4 references to returns
Microsoft.Build (4)
Construction\ProjectTargetElement.cs (3)
259return GetAttributeValue(XMakeAttributes.returns, true /* If the element is not there, return null */); 272XMakeAttributes.returns, 337public ElementLocation ReturnsLocation => GetAttributeLocation(XMakeAttributes.returns);
Evaluation\ProjectParser.cs (1)
56private 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 };