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