1 write to _taskType
Microsoft.Build (1)
Instance\TaskFactories\TaskHostTask.cs (1)
149
_taskType
= taskType;
9 references to _taskType
Microsoft.Build (9)
Instance\TaskFactories\TaskHostTask.cs (9)
226
PropertyInfo parameter =
_taskType
.Type.GetProperty(property.Name, BindingFlags.Instance | BindingFlags.Public);
258
_taskLoggingContext.LogComment(MessageImportance.Low, "ExecutingTaskInTaskHost",
_taskType
.Type.Name,
_taskType
.Assembly.AssemblyLocation, runtime, architecture);
282
_taskType
.Type.FullName,
283
AssemblyUtilities.GetAssemblyLocation(
_taskType
.Type.GetTypeInfo().Assembly),
499
exceptionMessageArgs = [
_taskType
.Type.Name,
500
AssemblyUtilities.GetAssemblyLocation(
_taskType
.Type.GetTypeInfo().Assembly),
601
_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostAcquireFailed",
_taskType
.Type.Name, runtime, architecture, msbuildLocation);
605
_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostNodeFailedToLaunch",
_taskType
.Type.Name, runtime, architecture, msbuildLocation, e.ErrorCode, e.Message);