3 implementations of CreateNodes
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
191
public IList<NodeInfo>
CreateNodes
(int nextNodeId, INodePacketFactory factory, Func<NodeInfo, NodeConfiguration> configurationFactory, int numberOfNodesToCreate)
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
79
public IList<NodeInfo>
CreateNodes
(int nextNodeId, INodePacketFactory factory, Func<NodeInfo, NodeConfiguration> configurationFactory, int numberOfNodesToCreate)
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
164
public IList<NodeInfo>
CreateNodes
(int nextNodeId, INodePacketFactory packetFactory, Func<NodeInfo, NodeConfiguration> configurationFactory, int numberOfNodesToCreate)
1 reference to CreateNodes
Microsoft.Build (1)
BackEnd\Components\Communications\NodeManager.cs (1)
333
IList<NodeInfo> nodes = nodeProvider.
CreateNodes
(fromNodeId, this, AcquiredNodeConfigurationFactory, numberOfNodesToCreate);