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