1 write to _taskHost
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
526
_taskHost
= taskHost;
2 references to _taskHost
MSBuild (2)
OutOfProcTaskHostNode.cs (2)
539
ErrorUtilities.VerifyThrow(
_taskHost
._currentConfiguration != null, "We should never have a null configuration during a BuildEngine callback!");
540
return
_taskHost
._currentConfiguration.IsTaskInputLoggingEnabled;