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