1 write to _taskHost
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
728
_taskHost
= taskHost;
2 references to _taskHost
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
741
Assumed.NotNull(
_taskHost
.EffectiveConfiguration, "We should never have a null configuration during a BuildEngine callback!");
742
return
_taskHost
.EffectiveConfiguration.IsTaskInputLoggingEnabled;