Searched refs:BuildDependencyGraph (Results 1 – 1 of 1) sorted by relevance
258 var graph = BuildDependencyGraph(entries, creationNotRegistration: true); in SortEntriesForCreation()264 var graph = BuildDependencyGraph(entries, creationNotRegistration: false); in SortEntriesForRegistration()328 …private DependencyGraph BuildDependencyGraph(IEnumerable<Entry> source, bool creationNotRegistrati… in BuildDependencyGraph() method in Antmicro.Renode.PlatformDescription.CreationDriver