6 references to ShredderOptions
Microsoft.Build (6)
Evaluation\ExpressionShredder.cs (6)
73GetReferencedItemNamesAndMetadata(expression, 0, expression.Length, ref pair, ShredderOptions.All); 86GetReferencedItemNamesAndMetadata(expression, 0, expression.Length, ref pair, ShredderOptions.MetadataOutsideTransforms); 271private static void GetReferencedItemNamesAndMetadata(string expression, int start, int end, ref ItemsAndMetadataPair pair, ShredderOptions whatToShredFor) 363GetReferencedItemNamesAndMetadata(expression, i, closingQuote, ref pair, ShredderOptions.MetadataOutsideTransforms); 378if ((whatToShredFor & ShredderOptions.ItemTypes) != 0) 447if ((whatToShredFor & ShredderOptions.MetadataOutsideTransforms) != 0)