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