1 write to _taskHost
MSBuild (1)
OutOfProcTaskHostNode.cs (1)
525
_taskHost
= taskHost;
3 references to _taskHost
MSBuild (3)
OutOfProcTaskHostNode.cs (3)
538
ErrorUtilities.VerifyThrow(
_taskHost
._currentConfiguration != null, "We should never have a null configuration during a BuildEngine callback!");
539
return
_taskHost
._currentConfiguration.IsTaskInputLoggingEnabled;
550
_taskHost
._fileAccessData.Add(fileAccessData);