1 write to _taskType
Microsoft.Build (1)
Instance\TaskFactories\TaskHostTask.cs (1)
188_taskType = taskType;
14 references to _taskType
Microsoft.Build (14)
Instance\TaskFactories\TaskHostTask.cs (14)
248public AssemblyLoadInfo LoadedTaskAssemblyInfo => _taskType.Assembly; 276PropertyInfo parameter = _taskType.Type.GetProperty(property.Name, BindingFlags.Instance | BindingFlags.Public); 305MSBuildEventSource.Log.TaskHostDispatchStart(_taskType.Type.FullName); 311_taskType.Type.Name, 312_taskType.Assembly.AssemblyLocation, 323string taskLocation = AssemblyUtilities.GetAssemblyLocation(_taskType.Type.GetTypeInfo().Assembly); 327taskLocation = _taskType?.Assembly?.AssemblyLocation ?? string.Empty; 345_taskType.Type.FullName, 389_taskType.Type.Name, 441MSBuildEventSource.Log.TaskHostDispatchStop(_taskType.Type.FullName, _taskExecutionSucceeded); 632exceptionMessageArgs = [_taskType.Type.Name, 633AssemblyUtilities.GetAssemblyLocation(_taskType.Type.GetTypeInfo().Assembly), 840_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostAcquireFailed", _taskType.Type.Name, runtime, architecture, msbuildLocation); 847_taskType.Type.Name,