3 references to ItemVectorWithTransformLHS
Microsoft.Build (3)
Evaluation\Expander.cs (3)
3423
internal const string NonTransformItemMetadataSpecification = @"((?<=" +
ItemVectorWithTransformLHS
+ @")" + ItemMetadataSpecification + @"(?!" +
3424
ItemVectorWithTransformRHS + @")) | ((?<!" +
ItemVectorWithTransformLHS
+ @")" +
3426
ItemVectorWithTransformLHS
+ @")" + ItemMetadataSpecification + @"(?!" +