1 write to _taskType
Microsoft.Build (1)
Instance\TaskFactories\TaskHostTask.cs (1)
186
_taskType
= taskType;
14 references to _taskType
Microsoft.Build (14)
Instance\TaskFactories\TaskHostTask.cs (14)
246
public AssemblyLoadInfo LoadedTaskAssemblyInfo =>
_taskType
.Assembly;
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 = AssemblyUtilities.GetAssemblyLocation(
_taskType
.Type.GetTypeInfo().Assembly);
325
taskLocation =
_taskType
?.Assembly?.AssemblyLocation ?? string.Empty;
343
_taskType
.Type.FullName,
387
_taskType
.Type.Name,
439
MSBuildEventSource.Log.TaskHostDispatchStop(
_taskType
.Type.FullName, _taskExecutionSucceeded);
630
exceptionMessageArgs = [
_taskType
.Type.Name,
631
AssemblyUtilities.GetAssemblyLocation(
_taskType
.Type.GetTypeInfo().Assembly),
839
_taskLoggingContext.LogError(new BuildEventFileInfo(_taskLocation), "TaskHostAcquireFailed",
_taskType
.Type.Name, runtime, architecture, msbuildLocation);
846
_taskType
.Type.Name,