3 references to itemVectorWithTransformRHS
Microsoft.Build.Engine.UnitTests (3)
Evaluation\ExpressionShredder_Tests.cs (3)
1366
new Regex(@"((?<=" + itemVectorWithTransformLHS + @")" + itemMetadataSpecification + @"(?!" +
itemVectorWithTransformRHS
+ @")) |
1367
((?<!" + itemVectorWithTransformLHS + @")" + itemMetadataSpecification + @"(?=" +
itemVectorWithTransformRHS
+ @")) |
1368
((?<!" + itemVectorWithTransformLHS + @")" + itemMetadataSpecification + @"(?!" +
itemVectorWithTransformRHS
+ @"))",