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