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