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