2 implementations of INodeLauncher
Microsoft.Build (2)
BackEnd\Components\Communications\DetouredNodeLauncher.cs (1)
24
internal sealed class DetouredNodeLauncher :
INodeLauncher
, IBuildComponent
BackEnd\Components\Communications\NodeLauncher.cs (1)
19
internal sealed class NodeLauncher :
INodeLauncher
, IBuildComponent
2 references to INodeLauncher
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (2)
335
INodeLauncher
nodeLauncher = (
INodeLauncher
)_componentHost.GetComponent(BuildComponentType.NodeLauncher);