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