4 references to Scheduler
Microsoft.Build (4)
BackEnd\BuildManager\BuildManager.cs (1)
660_scheduler = ((IBuildComponentHost)this).GetComponent<IScheduler>(BuildComponentType.Scheduler);
BackEnd\Components\BuildComponentFactoryCollection.cs (2)
62_componentEntriesByType[BuildComponentType.Scheduler] = new BuildComponentEntry(BuildComponentType.Scheduler, Scheduler.CreateComponent, CreationPattern.Singleton);
BackEnd\Components\Scheduler\Scheduler.cs (1)
710Assumed.Equal(componentType, BuildComponentType.Scheduler, $"Cannot create components of type {componentType}");