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)
248
public AssemblyLoadInfo LoadedTaskAssemblyInfo =>
_taskType
.Assembly;
276
PropertyInfo parameter =
_taskType
.Type.GetProperty(property.Name, BindingFlags.Instance | BindingFlags.Public);
305
MSBuildEventSource.Log.TaskHostDispatchStart(
_taskType
.Type.FullName);
311
_taskType
.Type.Name,
312
_taskType
.Assembly.AssemblyLocation,
323
string taskLocation = AssemblyUtilities.GetAssemblyLocation(
_taskType
.Type.GetTypeInfo().Assembly);
327
taskLocation =
_taskType
?.Assembly?.AssemblyLocation ?? string.Empty;
345
_taskType
.Type.FullName,
389
_taskType
.Type.Name,
441
MSBuildEventSource.Log.TaskHostDispatchStop(
_taskType
.Type.FullName, _taskExecutionSucceeded);
632
exceptionMessageArgs = [
_taskType
.Type.Name,
633
AssemblyUtilities.GetAssemblyLocation(
_taskType
.Type.GetTypeInfo().Assembly),
840
_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostAcquireFailed",
_taskType
.Type.Name, runtime, architecture, msbuildLocation);
847
_taskType
.Type.Name,