Base:
3 references to Equals
ILCompiler.Compiler (1)
parent\parent\Common\Compiler\Dataflow\MethodProxy.cs (1)
79public bool Equals(MethodProxy other) => Method.Equals(other.Method);
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
881public bool Equals(ILBodyFixupSignatureFixupKey other) => FixupKind == other.FixupKind && Method.Equals(other.Method);
parent\parent\Common\Compiler\Dataflow\MethodProxy.cs (1)
79public bool Equals(MethodProxy other) => Method.Equals(other.Method);