Base:
method
CompareToImpl
ILCompiler.DependencyAnalysis.SortableDependencyNode.CompareToImpl(ILCompiler.DependencyAnalysis.ISortableNode, ILCompiler.DependencyAnalysis.CompilerComparer)
Implemented interface member:
method
CompareToImpl
ILCompiler.DependencyAnalysis.ISortableNode.CompareToImpl(ILCompiler.DependencyAnalysis.ISortableNode, ILCompiler.DependencyAnalysis.CompilerComparer)
2 overrides of CompareToImpl
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\GenericDictionaryNode.cs (2)
179
public override int
CompareToImpl
(ISortableNode other, CompilerComparer comparer)
285
public override int
CompareToImpl
(ISortableNode other, CompilerComparer comparer)
1 reference to CompareToImpl
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericDictionaryNode.cs (1)
91
return
CompareToImpl
((ObjectNode)other, comparer);