Implemented interface member:
2 references to Equals
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\PInvokeMethodFixupNode.cs (1)
197return ModuleData.Equals(other.ModuleData) &&
Compiler\DependencyAnalysis\PInvokeModuleFixupNode.cs (1)
101return obj is PInvokeModuleData other && Equals(other);