Implemented interface member:
10 references to Compare
ILCompiler.Compiler (10)
Compiler\DependencyAnalysis\AddressTakenMethodNode.cs (1)
62return comparer.Compare(_methodNode, ((AddressTakenMethodNode)other)._methodNode);
Compiler\DependencyAnalysis\EETypeNode.cs (1)
1308=> comparer.Compare(_type, ((WritableDataNode)other)._type);
Compiler\DependencyAnalysis\EmbeddedPointerIndirectionNode.cs (1)
60return comparer.Compare(_targetNode, ((EmbeddedPointerIndirectionNode<TTarget>)other)._targetNode);
Compiler\DependencyAnalysis\InterfaceDispatchCellNode.cs (1)
127return compare != 0 ? compare : comparer.Compare(_callSiteIdentifier, ((InterfaceDispatchCellNode)other)._callSiteIdentifier);
Compiler\DependencyAnalysis\InterfaceDispatchCellSectionNode.cs (1)
133result = _comparer.Compare(x.CallSiteIdentifier, y.CallSiteIdentifier);
Compiler\DependencyAnalysis\MethodAssociatedDataNode.cs (1)
46return comparer.Compare(_methodNode, ((MethodAssociatedDataNode)other)._methodNode);
Compiler\DependencyAnalysis\TentativeMethodNode.cs (1)
68return comparer.Compare(_methodNode, ((TentativeMethodNode)other)._methodNode);
Compiler\MetadataManager.cs (1)
131Debug.Assert(comparer.Compare(_dehydratableData[i - 1].Node, _dehydratableData[i].Node) < 0);
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ShadowConcreteMethodNode.cs (1)
35return comparer.Compare(CanonicalMethodNode, ((ShadowConcreteMethodNode)other).CanonicalMethodNode);
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ShadowNonConcreteMethodNode.cs (1)
35return comparer.Compare(CanonicalMethodNode, ((ShadowNonConcreteMethodNode)other).CanonicalMethodNode);