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