2 instantiations of NodeLauncher
Microsoft.Build (2)
BackEnd\Client\MSBuildClient.cs (1)
474NodeLauncher nodeLauncher = new NodeLauncher();
BackEnd\Components\Communications\NodeLauncher.cs (1)
24return new NodeLauncher();
2 references to NodeLauncher
Microsoft.Build (2)
BackEnd\Client\MSBuildClient.cs (1)
474NodeLauncher nodeLauncher = new NodeLauncher();
BackEnd\Components\BuildComponentFactoryCollection.cs (1)
66_componentEntriesByType[BuildComponentType.NodeLauncher] = new BuildComponentEntry(BuildComponentType.NodeLauncher, NodeLauncher.CreateComponent, CreationPattern.Singleton);