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