1 write to Method
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCodegenCompilation.cs (1)
222
return new MethodILData() {
Method
= key, MethodIL = methodIL };
4 references to Method
ILCompiler.ReadyToRun (4)
Compiler\ReadyToRunCodegenCompilation.cs (4)
202
return value.
Method
.GetHashCode();
206
return Object.ReferenceEquals(key, value.
Method
);
210
return Object.ReferenceEquals(value1.
Method
, value2.
Method
);