Base:
method
CompareToImpl
ILCompiler.DependencyAnalysis.SortableDependencyNode.CompareToImpl(ILCompiler.DependencyAnalysis.ISortableNode, ILCompiler.DependencyAnalysis.CompilerComparer)
3 references to CompareToImpl
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\Import.cs (1)
79
return Table.
CompareToImpl
(otherNode.Table, comparer);
Compiler\DependencyAnalysis\ReadyToRun\ImportThunk.cs (1)
90
result = ((ImportSectionNode)_containingImportSection).
CompareToImpl
((ImportSectionNode)otherNode._containingImportSection, comparer);
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (1)
106
result = ((ImportSectionNode)_containingImportSection).
CompareToImpl
((ImportSectionNode)otherNode._containingImportSection, comparer);