Base:
method
CompareToImpl
ILCompiler.DependencyAnalysis.SortableDependencyNode.CompareToImpl(ILCompiler.DependencyAnalysis.ISortableNode, ILCompiler.DependencyAnalysis.CompilerComparer)
3 overrides of CompareToImpl
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryEntryNode.cs (3)
142
public override int
CompareToImpl
(ISortableNode other, CompilerComparer comparer)
224
public override int
CompareToImpl
(ISortableNode other, CompilerComparer comparer)
320
public override int
CompareToImpl
(ISortableNode other, CompilerComparer comparer)
1 reference to CompareToImpl
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryEntryNode.cs (1)
322
int moduleComp = base.
CompareToImpl
(other, comparer);