5 references to NodeLauncher
Microsoft.Build (5)
BackEnd\BuildManager\BuildManager.cs (1)
566
NodeLauncher nodeLauncher = ((IBuildComponentHost)this).GetComponent<NodeLauncher>(BuildComponentType.
NodeLauncher
);
BackEnd\Components\BuildComponentFactoryCollection.cs (2)
69
_componentEntriesByType[BuildComponentType.
NodeLauncher
] = new BuildComponentEntry(BuildComponentType.
NodeLauncher
, NodeLauncher.CreateComponent, CreationPattern.Singleton);
BackEnd\Components\Communications\NodeLauncher.cs (1)
23
ErrorUtilities.VerifyThrowArgumentOutOfRange(type == BuildComponentType.
NodeLauncher
, nameof(type));
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
337
INodeLauncher nodeLauncher = (INodeLauncher)_componentHost.GetComponent(BuildComponentType.
NodeLauncher
);