2 references to AttemptCreateNode
Microsoft.Build (2)
BackEnd\Components\Communications\NodeManager.cs (2)
99
nodes.AddRange(
AttemptCreateNode
(_inProcNodeProvider!, configuration, numberOfNodesToCreate));
104
nodes.AddRange(
AttemptCreateNode
(_outOfProcNodeProvider!, configuration, numberOfNodesToCreate - nodes.Count));