Implemented interface member:
2 references to Equals
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
596
return FixupKind == other.FixupKind && TypeAndMethod.
Equals
(other.TypeAndMethod);
Compiler\DependencyAnalysis\TypeAndMethod.cs (1)
41
return obj is TypeAndMethod other &&
Equals
(other);