2 references to IsSupportedPathType
Microsoft.Build.Framework (2)
TaskItem_T.cs (1)
66
string parseFrom = TaskItemTypeDetector.
IsSupportedPathType
(typeof(T)) ? GetFullPathOrItemSpec(item, itemSpec) : itemSpec;
TaskItemTypeDetector.cs (1)
48
return
IsSupportedPathType
(typeArg);