1 write to _taskType
Microsoft.Build (1)
Instance\TaskFactories\TaskHostTask.cs (1)
147
_taskType
= taskType;
9 references to _taskType
Microsoft.Build (9)
Instance\TaskFactories\TaskHostTask.cs (9)
224
PropertyInfo parameter =
_taskType
.Type.GetProperty(property.Name, BindingFlags.Instance | BindingFlags.Public);
256
_taskLoggingContext.LogComment(MessageImportance.Low, "ExecutingTaskInTaskHost",
_taskType
.Type.Name,
_taskType
.Assembly.AssemblyLocation, runtime, architecture);
279
_taskType
.Type.FullName,
280
AssemblyUtilities.GetAssemblyLocation(
_taskType
.Type.GetTypeInfo().Assembly),
486
exceptionMessageArgs = [
_taskType
.Type.Name,
487
AssemblyUtilities.GetAssemblyLocation(
_taskType
.Type.GetTypeInfo().Assembly),
579
_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostAcquireFailed",
_taskType
.Type.Name, runtime, architecture, msbuildLocation);
583
_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostNodeFailedToLaunch",
_taskType
.Type.Name, runtime, architecture, msbuildLocation, e.ErrorCode, e.Message);