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