Implemented interface member:
17 references to Compare
ILCompiler.ReadyToRun (17)
Compiler\DependencyAnalysis\ArrayOfEmbeddedPointersNode.cs (1)
108
return comparer.
Compare
(Target, otherNode.Target);
Compiler\DependencyAnalysis\ReadyToRun\DelayLoadMethodImport.cs (1)
57
int result = comparer.
Compare
(_localMethod, ((DelayLoadMethodImport)other)._localMethod);
Compiler\DependencyAnalysis\ReadyToRun\DelegateCtorSignature.cs (1)
95
result = comparer.
Compare
(_targetMethod, otherNode._targetMethod);
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapNode.cs (1)
122
return comparer.
Compare
(_importSection, ((GCRefMapNode)other)._importSection);
Compiler\DependencyAnalysis\ReadyToRun\Import.cs (1)
80
result = comparer.
Compare
(ImportSignature.Target, otherNode.ImportSignature.Target);
Compiler\DependencyAnalysis\ReadyToRun\ImportThunk.cs (1)
94
return comparer.
Compare
(_helperCell, otherNode._helperCell);
Compiler\DependencyAnalysis\ReadyToRun\MethodGCInfoNode.cs (1)
319
return comparer.
Compare
(_methodNode, ((MethodGCInfoNode)other)._methodNode);
Compiler\DependencyAnalysis\ReadyToRun\PrecodeMethodImport.cs (1)
62
int result = comparer.
Compare
(_localMethod, ((PrecodeMethodImport)other)._localMethod);
Compiler\DependencyAnalysis\ReadyToRun\SignatureEmbeddedPointerIndirectionNode.cs (1)
51
return comparer.
Compare
(_import, ((SignatureEmbeddedPointerIndirectionNode)other)._import);
Compiler\DependencyAnalysis\ReadyToRun\StoreMultiCallableAddrOfCodeSignature.cs (1)
84
result = comparer.
Compare
((ISortableNode)_location, (ISortableNode)otherNode._location);
Compiler\DependencyAnalysis\ReadyToRun\SymbolNodeRange.cs (2)
30
|| CompilerComparer.Instance.
Compare
(node, _startNode) <= 0)
36
|| CompilerComparer.Instance.
Compare
(node, _endNode) > 0)
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunk.cs (1)
141
return comparer.
Compare
(_helperCell, otherNode._helperCell);
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunkPortableEntrypoint.cs (1)
55
return comparer.
Compare
(_import, otherNode._import);
Compiler\DependencyAnalysis\ReadyToRun\WasmUnboxingStubNode.cs (1)
80
result = comparer.
Compare
(_targetType, otherNode._targetType);
Compiler\ReadyToRunTableManager.cs (1)
125
Comparison<IMethodNode> sortHelperNoCustomSort = (x, y) => comparer.
Compare
(x, y);
parent\parent\Common\Compiler\DependencyAnalysis\ShadowConcreteMethodNode.cs (1)
35
return comparer.
Compare
(CanonicalMethodNode, ((ShadowConcreteMethodNode)other).CanonicalMethodNode);