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