1 write to _taskType
Microsoft.Build (1)
Instance\TaskFactories\TaskHostTask.cs (1)
191
_taskType
= taskType;
13 references to _taskType
Microsoft.Build (13)
Instance\TaskFactories\TaskHostTask.cs (13)
274
PropertyInfo parameter =
_taskType
.Type.GetProperty(property.Name, BindingFlags.Instance | BindingFlags.Public);
303
MSBuildEventSource.Log.TaskHostDispatchStart(
_taskType
.Type.FullName);
309
_taskType
.Type.Name,
310
_taskType
.Assembly.AssemblyLocation,
321
string taskLocation =
_taskType
.Type.Assembly.Location;
325
taskLocation =
_taskType
?.Assembly?.AssemblyLocation ?? string.Empty;
343
_taskType
.Type.FullName,
388
_taskType
.Type.Name,
441
MSBuildEventSource.Log.TaskHostDispatchStop(
_taskType
.Type.FullName, _taskExecutionSucceeded);
638
exceptionMessageArgs = [
_taskType
.Type.Name,
639
_taskType
.Type.Assembly.Location,
881
_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostAcquireFailed",
_taskType
.Type.Name, runtime, architecture, msbuildLocation);
888
_taskType
.Type.Name,