5 references to ReferencesCount
Microsoft.Build (5)
BackEnd\Components\Scheduler\Scheduler.cs (2)
923
AssignUnscheduledRequestsWithPlan(responses, idleNodes, (plan1, plan2) => plan1.
ReferencesCount
< plan2.
ReferencesCount
);
BackEnd\Components\Scheduler\SchedulingPlan.cs (3)
260
projectsInOrderOfImmediateChildCount.Sort((left, right) => Comparer<int>.Default.Compare(right.Value.
ReferencesCount
, left.Value.
ReferencesCount
));
263
Console.WriteLine("{0}: {1} {2}", configuration.Key, configuration.Value.
ReferencesCount
, configuration.Value.ConfigFullPath);