1 instantiation of NodeProviderOutOfProcTaskHost
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
390
return new
NodeProviderOutOfProcTaskHost
();
13 references to NodeProviderOutOfProcTaskHost
Microsoft.Build (11)
BackEnd\Components\BuildComponentFactoryCollection.cs (1)
72
_componentEntriesByType[BuildComponentType.OutOfProcTaskHostNodeProvider] = new BuildComponentEntry(BuildComponentType.OutOfProcTaskHostNodeProvider,
NodeProviderOutOfProcTaskHost
.CreateComponent, CreationPattern.Singleton);
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
169
string msbuildtaskhostExeName =
NodeProviderOutOfProcTaskHost
.TaskHostNameForClr2TaskHost;
377
string taskHostNameForClr2TaskHost = Path.GetFileNameWithoutExtension(
NodeProviderOutOfProcTaskHost
.TaskHostNameForClr2TaskHost);
Evaluation\IntrinsicFunctions.cs (3)
26
using NodeProviderOutOfProcTaskHost = Microsoft.Build.BackEnd.
NodeProviderOutOfProcTaskHost
;
509
string taskHostLocation =
NodeProviderOutOfProcTaskHost
.GetMSBuildExecutablePathForNonNETRuntimes(desiredContext);
513
taskHostLocation =
NodeProviderOutOfProcTaskHost
.GetMSBuildLocationForNETRuntime(desiredContext, parameters).MSBuildPath;
Instance\TaskFactories\TaskHostTask.cs (5)
118
private
NodeProviderOutOfProcTaskHost
_taskHostProvider;
319
_taskHostProvider = (
NodeProviderOutOfProcTaskHost
)_buildComponentHost.GetComponent(BuildComponentType.OutOfProcTaskHostNodeProvider);
821
(_, string msbuildPath) =
NodeProviderOutOfProcTaskHost
.GetMSBuildLocationForNETRuntime(requiredContext, _taskHostParameters);
828
taskHostLocation =
NodeProviderOutOfProcTaskHost
.GetMSBuildExecutablePathForNonNETRuntimes(requiredContext);
836
:
NodeProviderOutOfProcTaskHost
.GetTaskHostNameFromHostContext(requiredContext));
Microsoft.Build.Engine.UnitTests (2)
Evaluation\Expander_Tests.cs (2)
3739
NodeProviderOutOfProcTaskHost
.ClearCachedTaskHostPaths();
3753
NodeProviderOutOfProcTaskHost
.ClearCachedTaskHostPaths();