Implemented interface member:
1 reference to Equals
ILCompiler.ReadyToRun (1)
parent\parent\Common\Compiler\DependencyAnalysis\INodeWithCodeInfo.cs (1)
40public override bool Equals(object obj) => obj is FrameInfo other && Equals(other);