2 references to TaskHost
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
307
taskHost = new
TaskHost
(_componentHost, _buildRequestEntry, _targetChildInstance.Location, _targetBuilderCallback);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskHost_Tests.cs (1)
87
_taskHost = new
TaskHost
(_mockHost, entry, _elementLocation, null /*Don't care about the callback either unless doing a build*/);