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