1 write to _taskType
Microsoft.Build (1)
Instance\TaskFactories\TaskHostTask.cs (1)
174_taskType = taskType;
11 references to _taskType
Microsoft.Build (11)
Instance\TaskFactories\TaskHostTask.cs (11)
229public AssemblyLoadInfo LoadedTaskAssemblyInfo => _taskType.Assembly; 257PropertyInfo parameter = _taskType.Type.GetProperty(property.Name, BindingFlags.Instance | BindingFlags.Public); 289_taskType.Type.Name, 290_taskType.Assembly.AssemblyLocation, 301string taskLocation = AssemblyUtilities.GetAssemblyLocation(_taskType.Type.GetTypeInfo().Assembly); 305taskLocation = _taskType?.Assembly?.AssemblyLocation ?? string.Empty; 322_taskType.Type.FullName, 562exceptionMessageArgs = [_taskType.Type.Name, 563AssemblyUtilities.GetAssemblyLocation(_taskType.Type.GetTypeInfo().Assembly), 664_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostAcquireFailed", _taskType.Type.Name, runtime, architecture, msbuildLocation); 668_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostNodeFailedToLaunch", _taskType.Type.Name, runtime, architecture, msbuildLocation, e.ErrorCode, e.Message);