1 write to _taskType
Microsoft.Build (1)
Instance\TaskFactories\TaskHostTask.cs (1)
186
_taskType
= taskType;
13 references to _taskType
Microsoft.Build (13)
Instance\TaskFactories\TaskHostTask.cs (13)
269
PropertyInfo parameter =
_taskType
.Type.GetProperty(property.Name, BindingFlags.Instance | BindingFlags.Public);
298
MSBuildEventSource.Log.TaskHostDispatchStart(
_taskType
.Type.FullName);
304
_taskType
.Type.Name,
305
_taskType
.Assembly.AssemblyLocation,
316
string taskLocation =
_taskType
.Type.Assembly.Location;
320
taskLocation =
_taskType
?.Assembly?.AssemblyLocation ?? string.Empty;
338
_taskType
.Type.FullName,
382
_taskType
.Type.Name,
434
MSBuildEventSource.Log.TaskHostDispatchStop(
_taskType
.Type.FullName, _taskExecutionSucceeded);
631
exceptionMessageArgs = [
_taskType
.Type.Name,
632
_taskType
.Type.Assembly.Location,
840
_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostAcquireFailed",
_taskType
.Type.Name, runtime, architecture, msbuildLocation);
847
_taskType
.Type.Name,