1 instantiation of NodeProviderOutOfProcTaskHost
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
351
return new
NodeProviderOutOfProcTaskHost
();
8 references to NodeProviderOutOfProcTaskHost
Microsoft.Build (8)
BackEnd\Components\BuildComponentFactoryCollection.cs (1)
69
_componentEntriesByType[BuildComponentType.OutOfProcTaskHostNodeProvider] = new BuildComponentEntry(BuildComponentType.OutOfProcTaskHostNodeProvider,
NodeProviderOutOfProcTaskHost
.CreateComponent, CreationPattern.Singleton);
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
152
string msbuildtaskhostExeName =
NodeProviderOutOfProcTaskHost
.TaskHostNameForClr2TaskHost;
319
string taskHostNameForClr2TaskHost = Path.GetFileNameWithoutExtension(
NodeProviderOutOfProcTaskHost
.TaskHostNameForClr2TaskHost);
Evaluation\IntrinsicFunctions.cs (2)
24
using NodeProviderOutOfProcTaskHost = Microsoft.Build.BackEnd.
NodeProviderOutOfProcTaskHost
;
493
string taskHostLocation =
NodeProviderOutOfProcTaskHost
.GetMSBuildLocationFromHostContext(desiredContext);
Instance\TaskFactories\TaskHostTask.cs (3)
102
private
NodeProviderOutOfProcTaskHost
_taskHostProvider;
261
_taskHostProvider = (
NodeProviderOutOfProcTaskHost
)_buildComponentHost.GetComponent(BuildComponentType.OutOfProcTaskHostNodeProvider);
572
string msbuildLocation =
NodeProviderOutOfProcTaskHost
.GetMSBuildLocationFromHostContext(requiredContext) ??