1 instantiation of NodeProviderOutOfProcTaskHost
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
342
return new
NodeProviderOutOfProcTaskHost
();
8 references to NodeProviderOutOfProcTaskHost
Microsoft.Build (8)
BackEnd\Components\BuildComponentFactoryCollection.cs (1)
72
_componentEntriesByType[BuildComponentType.OutOfProcTaskHostNodeProvider] = new BuildComponentEntry(BuildComponentType.OutOfProcTaskHostNodeProvider,
NodeProviderOutOfProcTaskHost
.CreateComponent, CreationPattern.Singleton);
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
152
string msbuildtaskhostExeName =
NodeProviderOutOfProcTaskHost
.TaskHostNameForClr2TaskHost;
Evaluation\IntrinsicFunctions.cs (2)
26
using NodeProviderOutOfProcTaskHost = Microsoft.Build.BackEnd.
NodeProviderOutOfProcTaskHost
;
513
string taskHostLocation =
NodeProviderOutOfProcTaskHost
.GetMSBuildExecutablePathForNonNETRuntimes(desiredContext);
Instance\TaskFactories\TaskHostTask.cs (4)
120
private
NodeProviderOutOfProcTaskHost
_taskHostProvider;
292
_taskHostProvider = (
NodeProviderOutOfProcTaskHost
)_buildComponentHost.GetComponent(BuildComponentType.OutOfProcTaskHostNodeProvider);
644
string taskHostLocation =
NodeProviderOutOfProcTaskHost
.GetMSBuildExecutablePathForNonNETRuntimes(requiredContext);
656
:
NodeProviderOutOfProcTaskHost
.GetTaskHostNameFromHostContext(requiredContext));