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