1 instantiation of NodeProviderOutOfProcTaskHost
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
376
return new
NodeProviderOutOfProcTaskHost
();
9 references to NodeProviderOutOfProcTaskHost
Microsoft.Build (9)
BackEnd\Components\BuildComponentFactoryCollection.cs (1)
72
_componentEntriesByType[BuildComponentType.OutOfProcTaskHostNodeProvider] = new BuildComponentEntry(BuildComponentType.OutOfProcTaskHostNodeProvider,
NodeProviderOutOfProcTaskHost
.CreateComponent, CreationPattern.Singleton);
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
169
string msbuildtaskhostExeName =
NodeProviderOutOfProcTaskHost
.TaskHostNameForClr2TaskHost;
Evaluation\IntrinsicFunctions.cs (2)
26
using NodeProviderOutOfProcTaskHost = Microsoft.Build.BackEnd.
NodeProviderOutOfProcTaskHost
;
509
string taskHostLocation =
NodeProviderOutOfProcTaskHost
.GetMSBuildExecutablePathForNonNETRuntimes(desiredContext);
Instance\TaskFactories\TaskHostTask.cs (5)
117
private
NodeProviderOutOfProcTaskHost
_taskHostProvider;
315
_taskHostProvider = (
NodeProviderOutOfProcTaskHost
)_buildComponentHost.GetComponent(BuildComponentType.OutOfProcTaskHostNodeProvider);
727
(_, string msbuildPath) =
NodeProviderOutOfProcTaskHost
.GetMSBuildLocationForNETRuntime(requiredContext, _taskHostParameters);
734
taskHostLocation =
NodeProviderOutOfProcTaskHost
.GetMSBuildExecutablePathForNonNETRuntimes(requiredContext);
742
:
NodeProviderOutOfProcTaskHost
.GetTaskHostNameFromHostContext(requiredContext));