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