6 references to GetDeclaringType
mscorlib (6)
system\reflection\emit\dynamicilgenerator.cs (1)
1235
RuntimeType type = RuntimeMethodHandle.
GetDeclaringType
(rmhi);
system\rttype.cs (3)
754
RuntimeMethodHandle.
GetDeclaringType
(methodHandle) != declaringType);
1818
genericMethod, RuntimeMethodHandle.
GetDeclaringType
(genericMethod), this,
2016
RuntimeType declaredType = RuntimeMethodHandle.
GetDeclaringType
(methodHandle);
system\runtimehandles.cs (1)
1213
RuntimeType type = RuntimeMethodHandle.
GetDeclaringType
(method.Value);
system\security\securityruntime.cs (1)
56
return (System.RuntimeType.GetMethodBase(RuntimeMethodHandle.
GetDeclaringType
(rmh), rmh) as MethodInfo);