5 references to RuntimeMethodHandle
System.Private.CoreLib (5)
src\System\Reflection\Emit\DynamicMethod.CoreCLR.cs (1)
85
return new
RuntimeMethodHandle
(_methodHandle!);
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
194
public override RuntimeMethodHandle MethodHandle => new
RuntimeMethodHandle
(this);
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
265
public override RuntimeMethodHandle MethodHandle => new
RuntimeMethodHandle
(this);
src\System\RuntimeHandles.cs (2)
1013
return new
RuntimeMethodHandle
(methodInfo);
1881
return new
RuntimeMethodHandle
(retVal);