1 write to Method
ILCompiler.Compiler (1)
Compiler\MethodBodyDeduplicator.cs (1)
92
Method
= node;
7 references to Method
ILCompiler.Compiler (7)
Compiler\MethodBodyDeduplicator.cs (7)
56
symbolRemapping.TryAdd(body, found.
Method
);
156
&& a.
Method
.Method.GetTypicalMethodDefinition() != b.
Method
.Method.GetTypicalMethodDefinition())
159
ObjectNode.ObjectData o1data = ((ObjectNode)a.
Method
).GetData(_factory, relocsOnly: false);
160
ObjectNode.ObjectData o2data = ((ObjectNode)b.
Method
).GetData(_factory, relocsOnly: false);
165
var o1codeinfo = (INodeWithCodeInfo)a.
Method
;
166
var o2codeinfo = (INodeWithCodeInfo)b.
Method
;