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