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)
229
public AssemblyLoadInfo LoadedTaskAssemblyInfo =>
_taskType
.Assembly;
257
PropertyInfo parameter =
_taskType
.Type.GetProperty(property.Name, BindingFlags.Instance | BindingFlags.Public);
289
_taskType
.Type.Name,
290
_taskType
.Assembly.AssemblyLocation,
301
string taskLocation = AssemblyUtilities.GetAssemblyLocation(
_taskType
.Type.GetTypeInfo().Assembly);
305
taskLocation =
_taskType
?.Assembly?.AssemblyLocation ?? string.Empty;
322
_taskType
.Type.FullName,
562
exceptionMessageArgs = [
_taskType
.Type.Name,
563
AssemblyUtilities.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);