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