2 instantiations of DispatchCellInfoComparer
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\GvmDispatchCellInfoSectionNode.cs (1)
36
foreach (DispatchCellNode node in new SortedSet<DispatchCellNode>(factory.MetadataManager.GetDispatchCells(), new
DispatchCellInfoComparer
()))
Compiler\DependencyAnalysis\InterfaceDispatchCellInfoSectionNode.cs (1)
36
foreach (DispatchCellNode node in new SortedSet<DispatchCellNode>(factory.MetadataManager.GetDispatchCells(), new
DispatchCellInfoComparer
()))