3 references to GetMethodDef
System.Private.CoreLib (3)
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
170
public override int MetadataToken => RuntimeMethodHandle.
GetMethodDef
(this);
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
231
public override int MetadataToken => RuntimeMethodHandle.
GetMethodDef
(this);
src\System\Reflection\RuntimeParameterInfo.cs (1)
44
int tkMethodDef = RuntimeMethodHandle.
GetMethodDef
(methodHandle);