1 write to _taskType
Microsoft.Build (1)
Instance\TaskFactories\TaskHostTask.cs (1)
171
_taskType
= taskType;
11 references to _taskType
Microsoft.Build (11)
Instance\TaskFactories\TaskHostTask.cs (11)
226
public AssemblyLoadInfo LoadedTaskAssemblyInfo =>
_taskType
.Assembly;
254
PropertyInfo parameter =
_taskType
.Type.GetProperty(property.Name, BindingFlags.Instance | BindingFlags.Public);
287
_taskLoggingContext.LogComment(MessageImportance.Low, "ExecutingTaskInTaskHost",
_taskType
.Type.Name,
_taskType
.Assembly.AssemblyLocation, runtime, architecture);
296
string taskLocation = AssemblyUtilities.GetAssemblyLocation(
_taskType
.Type.GetTypeInfo().Assembly);
300
taskLocation =
_taskType
?.Assembly?.AssemblyLocation ?? string.Empty;
317
_taskType
.Type.FullName,
558
exceptionMessageArgs = [
_taskType
.Type.Name,
559
AssemblyUtilities.GetAssemblyLocation(
_taskType
.Type.GetTypeInfo().Assembly),
660
_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostAcquireFailed",
_taskType
.Type.Name, runtime, architecture, msbuildLocation);
664
_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostNodeFailedToLaunch",
_taskType
.Type.Name, runtime, architecture, msbuildLocation, e.ErrorCode, e.Message);