1 write to _taskType
Microsoft.Build (1)
Instance\TaskFactories\TaskHostTask.cs (1)
186_taskType = taskType;
14 references to _taskType
Microsoft.Build (14)
Instance\TaskFactories\TaskHostTask.cs (14)
246public AssemblyLoadInfo LoadedTaskAssemblyInfo => _taskType.Assembly; 274PropertyInfo parameter = _taskType.Type.GetProperty(property.Name, BindingFlags.Instance | BindingFlags.Public); 303MSBuildEventSource.Log.TaskHostDispatchStart(_taskType.Type.FullName); 309_taskType.Type.Name, 310_taskType.Assembly.AssemblyLocation, 321string taskLocation = AssemblyUtilities.GetAssemblyLocation(_taskType.Type.GetTypeInfo().Assembly); 325taskLocation = _taskType?.Assembly?.AssemblyLocation ?? string.Empty; 343_taskType.Type.FullName, 387_taskType.Type.Name, 439MSBuildEventSource.Log.TaskHostDispatchStop(_taskType.Type.FullName, _taskExecutionSucceeded); 630exceptionMessageArgs = [_taskType.Type.Name, 631AssemblyUtilities.GetAssemblyLocation(_taskType.Type.GetTypeInfo().Assembly), 839_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostAcquireFailed", _taskType.Type.Name, runtime, architecture, msbuildLocation); 846_taskType.Type.Name,