2 references to MatchesAnyItemTypeToFetch
Microsoft.Build (2)
Utilities\Utilities.cs (2)
875
if (itemValue != null && (itemTypeNamesToFetch == null ||
MatchesAnyItemTypeToFetch
(itemTypeNamesToFetch, itemType)))
916
if (itemValue != null && (itemTypeNamesToFetch == null ||
MatchesAnyItemTypeToFetch
(itemTypeNamesToFetch, itemType)))