Implemented interface member:
1 reference to Equals
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
195
public override bool Equals(object obj) => obj is ModuleAndIntValueKey &&
Equals
((ModuleAndIntValueKey)obj);