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