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