1 write to _taskType
Microsoft.Build (1)
Instance\TaskFactories\TaskHostTask.cs (1)
187_taskType = taskType;
11 references to _taskType
Microsoft.Build (11)
Instance\TaskFactories\TaskHostTask.cs (11)
247public AssemblyLoadInfo LoadedTaskAssemblyInfo => _taskType.Assembly; 275PropertyInfo parameter = _taskType.Type.GetProperty(property.Name, BindingFlags.Instance | BindingFlags.Public); 307_taskType.Type.Name, 308_taskType.Assembly.AssemblyLocation, 319string taskLocation = AssemblyUtilities.GetAssemblyLocation(_taskType.Type.GetTypeInfo().Assembly); 323taskLocation = _taskType?.Assembly?.AssemblyLocation ?? string.Empty; 341_taskType.Type.FullName, 597exceptionMessageArgs = [_taskType.Type.Name, 598AssemblyUtilities.GetAssemblyLocation(_taskType.Type.GetTypeInfo().Assembly), 746_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostAcquireFailed", _taskType.Type.Name, runtime, architecture, msbuildLocation); 753_taskType.Type.Name,