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