7 references to GetDeclaringType
System.Private.CoreLib (7)
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
1011RuntimeType type = RuntimeMethodHandle.GetDeclaringType(rmhi);
src\System\RuntimeHandles.cs (2)
1078RuntimeType type = GetDeclaringType(method.Value); 2000_declaringType = RuntimeMethodHandle.GetDeclaringType(_pMethod);
src\System\RuntimeType.CoreCLR.cs (4)
712RuntimeMethodHandle.GetDeclaringType(methodHandle) != declaringType); 1659genericMethod, RuntimeMethodHandle.GetDeclaringType(genericMethod), this, 1826RuntimeType declaredType = RuntimeMethodHandle.GetDeclaringType(methodHandle); 2774RuntimeType reflectedType = RuntimeMethodHandle.GetDeclaringType(classRtMethodHandle);