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