3 references to IsSupportedPathType
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupLoggingHelper.cs (1)
250else if (TaskItemTypeDetector.IsSupportedPathType(parameterValue.GetType()))
Microsoft.Build.Framework (2)
TaskItem_T.cs (1)
66string parseFrom = TaskItemTypeDetector.IsSupportedPathType(typeof(T)) ? GetFullPathOrItemSpec(item, itemSpec) : itemSpec;
ValueTypeParser.cs (1)
36|| TaskItemTypeDetector.IsSupportedPathType(type);