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