1 write to Method
ILCompiler.Compiler (1)
Compiler\Compilation.cs (1)
581return new MethodILData() { Method = key, MethodIL = ILProvider.GetMethodIL(key) };
4 references to Method
ILCompiler.Compiler (4)
Compiler\Compilation.cs (4)
569return value.Method.GetHashCode(); 573return ReferenceEquals(key, value.Method); 577return ReferenceEquals(value1.Method, value2.Method);