4 references to NodeLauncher
Microsoft.Build (4)
BackEnd\Components\BuildComponentFactoryCollection.cs (2)
66
_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)
335
INodeLauncher nodeLauncher = (INodeLauncher)_componentHost.GetComponent(BuildComponentType.
NodeLauncher
);