1 instantiation of NodeManager
Microsoft.Build (1)
BackEnd\Components\Communications\NodeManager.cs (1)
281return new NodeManager();
1 reference to NodeManager
Microsoft.Build (1)
BackEnd\Components\BuildComponentFactoryCollection.cs (1)
63_componentEntriesByType[BuildComponentType.NodeManager] = new BuildComponentEntry(BuildComponentType.NodeManager, NodeManager.CreateComponent, CreationPattern.Singleton);