2 instantiations of TaskFactoryLoggingHost
Microsoft.Build (2)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
955
TaskFactoryLoggingHost loggingHost = new
TaskFactoryLoggingHost
(_buildEngine.IsRunningMultipleNodes, _taskLocation, _taskLoggingContext);
Instance\TaskRegistry.cs (1)
1549
TaskFactoryLoggingHost taskFactoryLoggingHost = new
TaskFactoryLoggingHost
(true /*I dont have the data at this point, the safest thing to do is make sure events are serializable*/, elementLocation, targetLoggingContext);
2 references to TaskFactoryLoggingHost
Microsoft.Build (2)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
955
TaskFactoryLoggingHost
loggingHost = new TaskFactoryLoggingHost(_buildEngine.IsRunningMultipleNodes, _taskLocation, _taskLoggingContext);
Instance\TaskRegistry.cs (1)
1549
TaskFactoryLoggingHost
taskFactoryLoggingHost = new TaskFactoryLoggingHost(true /*I dont have the data at this point, the safest thing to do is make sure events are serializable*/, elementLocation, targetLoggingContext);