4 references to ItemMetadataSpecification
Microsoft.Build (4)
Evaluation\Expander.cs (4)
3469new Regex(ItemMetadataSpecification, RegexOptions.IgnorePatternWhitespace | RegexOptions.ExplicitCapture | RegexOptions.Compiled); 3489internal const string NonTransformItemMetadataSpecification = @"((?<=" + ItemVectorWithTransformLHS + @")" + ItemMetadataSpecification + @"(?!" + 3491ItemMetadataSpecification + @"(?=" + ItemVectorWithTransformRHS + @")) | ((?<!" + 3492ItemVectorWithTransformLHS + @")" + ItemMetadataSpecification + @"(?!" +