2 references to GetInterfaceDispatchCells
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\InterfaceDispatchCellInfoSectionNode.cs (1)
32foreach (InterfaceDispatchCellNode node in new SortedSet<InterfaceDispatchCellNode>(factory.MetadataManager.GetInterfaceDispatchCells(), new DispatchCellComparer()))
Compiler\DependencyAnalysis\InterfaceDispatchCellSectionNode.cs (1)
30foreach (InterfaceDispatchCellNode node in factory.MetadataManager.GetInterfaceDispatchCells())