7 references to GetDeclaringType
System.Private.CoreLib (7)
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
1038
RuntimeType type = RuntimeMethodHandle.
GetDeclaringType
(rmhi);
src\System\RuntimeHandles.cs (2)
1139
RuntimeType type =
GetDeclaringType
(method.Value);
2120
_declaringType = RuntimeMethodHandle.
GetDeclaringType
(_pMethod);
src\System\RuntimeType.CoreCLR.cs (4)
712
RuntimeMethodHandle.
GetDeclaringType
(methodHandle) != declaringType);
1668
genericMethod, RuntimeMethodHandle.
GetDeclaringType
(genericMethod), this,
1835
RuntimeType declaredType = RuntimeMethodHandle.
GetDeclaringType
(methodHandle);
2793
RuntimeType reflectedType = RuntimeMethodHandle.
GetDeclaringType
(classRtMethodHandle);