Implemented interface member:
property
TaskType
Microsoft.Build.Framework.ITaskFactory.TaskType
1 write to TaskType
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\IntrinsicTasks\IntrinsicTaskFactory.cs (1)
24this.TaskType = intrinsicType;
6 references to TaskType
Microsoft.Build (6)
BackEnd\Components\RequestBuilder\IntrinsicTasks\IntrinsicTaskFactory.cs (6)
49Assumed.Equal(taskName, TaskType.Name, StringComparison.OrdinalIgnoreCase, $"Unexpected task name {taskName}. Expected {TaskType.Name}"); 59PropertyInfo[] infos = TaskType.GetProperties(BindingFlags.Instance | BindingFlags.Public); 74if (TaskType == typeof(MSBuild)) 78else if (TaskType == typeof(CallTarget)) 83return InternalError.Throw<ITask>($"Unexpected intrinsic task type {TaskType}");