1 write to Method
ILCompiler.Compiler (1)
Compiler\Compilation.cs (1)
587return new MethodILData() { Method = key, MethodIL = ILProvider.GetMethodIL(key) };
4 references to Method
ILCompiler.Compiler (4)
Compiler\Compilation.cs (4)
575return value.Method.GetHashCode(); 579return ReferenceEquals(key, value.Method); 583return ReferenceEquals(value1.Method, value2.Method);