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);
281
_taskType
.Type.FullName,
282
AssemblyUtilities.GetAssemblyLocation(
_taskType
.Type.GetTypeInfo().Assembly),
498
exceptionMessageArgs = [
_taskType
.Type.Name,
499
AssemblyUtilities.GetAssemblyLocation(
_taskType
.Type.GetTypeInfo().Assembly),
591
_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostAcquireFailed",
_taskType
.Type.Name, runtime, architecture, msbuildLocation);
595
_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostNodeFailedToLaunch",
_taskType
.Type.Name, runtime, architecture, msbuildLocation, e.ErrorCode, e.Message);