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