7 references to Name
Microsoft.Build (7)
Evaluation\Expander.ItemExpander.Transforms.cs (7)
675
OneOrMultipleMetadataMatches singleMatch = new(quotedExpressionFunction, match.Index, match.Length, match.
Name
);
677
if (singleMatch.Type == MetadataMatchType.ExactSingle && !ItemSpecModifiers.IsItemSpecModifier(match.
Name
))
679
s_lastParsedQuotedExpression = match.
Name
;
972
if (ItemSpecModifiers.IsDerivableItemSpecModifier(match.
Name
))
982
value = ItemSpecModifiers.GetItemSpecModifier(itemSpec, match.
Name
, directoryToUse, definingProjectEscaped);
986
value = sourceOfMetadata.GetMetadataValueEscaped(match.
Name
);
991
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "CannotEvaluateItemMetadata", match.
Name
, ex.Message);