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