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