3 references to GetDispatchCells
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\DispatchCellSectionNode.cs (1)
28foreach (DispatchCellNode node in factory.MetadataManager.GetDispatchCells())
Compiler\DependencyAnalysis\GvmDispatchCellInfoSectionNode.cs (1)
33foreach (DispatchCellNode node in new SortedSet<DispatchCellNode>(factory.MetadataManager.GetDispatchCells(), new DispatchCellComparer()))
Compiler\DependencyAnalysis\InterfaceDispatchCellInfoSectionNode.cs (1)
34foreach (DispatchCellNode node in new SortedSet<DispatchCellNode>(factory.MetadataManager.GetDispatchCells(), new DispatchCellComparer()))