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