1 write to Name
Microsoft.Build (1)
Evaluation\Expander.ItemExpander.Transforms.MetadataMatch.cs (1)
28Name = name;
5 references to Name
Microsoft.Build (5)
Evaluation\Expander.ItemExpander.Transforms.cs (5)
749OneOrMultipleMetadataMatches singleMatch = new(text, firstMatch.Index, firstMatch.Length, firstMatch.Name); 751if (singleMatch.Type == MetadataMatchType.ExactSingle && !ItemSpecModifiers.IsItemSpecModifier(firstMatch.Name)) 753s_lastParsedQuotedExpression = firstMatch.Name; 1079value = sourceOfMetadata.GetMetadataValueEscaped(match.Name); 1084ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "CannotEvaluateItemMetadata", match.Name, ex.Message);