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