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