4 references to itemMetadataSpecification
Microsoft.Build.Engine.UnitTests (4)
Evaluation\ExpressionShredder_Tests.cs (4)
1271
private static readonly Regex s_itemMetadataPattern = new Regex(
itemMetadataSpecification
, RegexOptions.IgnorePatternWhitespace | RegexOptions.ExplicitCapture);
1280
new Regex(@"((?<=" + itemVectorWithTransformLHS + @")" +
itemMetadataSpecification
+ @"(?!" + itemVectorWithTransformRHS + @")) |
1281
((?<!" + itemVectorWithTransformLHS + @")" +
itemMetadataSpecification
+ @"(?=" + itemVectorWithTransformRHS + @")) |
1282
((?<!" + itemVectorWithTransformLHS + @")" +
itemMetadataSpecification
+ @"(?!" + itemVectorWithTransformRHS + @"))",