4 references to TryParseMetadataExpression
Microsoft.Build (4)
Evaluation\Expander.ItemExpander.Transforms.cs (1)
639if (!ExpressionShredder.TryParseMetadataExpression(quotedExpressionFunction, ref refEnd, quotedExpressionFunction.Length, out string itemType, out string name))
Evaluation\Expander.MetadataExpander.cs (2)
195/// enforced by <see cref="ExpressionShredder.TryParseMetadataExpression"/> and must stay in sync 211if (!ExpressionShredder.TryParseMetadataExpression(input, ref pos, endIndex, out string itemType, out string metadataName))
Evaluation\ExpressionShredder.cs (1)
421if (!TryParseMetadataExpression(expression, ref i, end, out string itemName, out string metadataName))