2 references to AreSame
ILCompiler.Compiler (2)
Compiler\MethodBodyDeduplicator.cs (2)
111
if (
AreSame
(o1.Data, o2.Data) && o1.Relocs.Length == o2.Relocs.Length)
167
if (!
AreSame
(o1codeinfo.GCInfo, o2codeinfo.GCInfo))