2 references to IsSupportedPathType
Microsoft.Build.Framework (2)
TaskItem_T.cs (1)
66
string parseFrom = TaskItemTypeDetector.
IsSupportedPathType
(typeof(T)) ? GetFullPathOrItemSpec(item, itemSpec) : itemSpec;
ValueTypeParser.cs (1)
36
|| TaskItemTypeDetector.
IsSupportedPathType
(type);