3 references to GetMethodDef
mscorlib (3)
system\reflection\ConstructorInfo.cs (1)
465
get { return RuntimeMethodHandle.
GetMethodDef
(this); }
system\reflection\methodinfo.cs (1)
557
get { return RuntimeMethodHandle.
GetMethodDef
(this); }
system\reflection\parameterinfo.cs (1)
295
int tkMethodDef = RuntimeMethodHandle.
GetMethodDef
(methodHandle);