7 references to GetDeclaringType
System.Private.CoreLib (7)
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
1017
RuntimeType type = RuntimeMethodHandle.
GetDeclaringType
(rmhi);
src\System\RuntimeHandles.cs (2)
1100
RuntimeType type =
GetDeclaringType
(method.Value);
2060
_declaringType = RuntimeMethodHandle.
GetDeclaringType
(_pMethod);
src\System\RuntimeType.CoreCLR.cs (4)
711
RuntimeMethodHandle.
GetDeclaringType
(methodHandle) != declaringType);
1667
genericMethod, RuntimeMethodHandle.
GetDeclaringType
(genericMethod), this,
1834
RuntimeType declaredType = RuntimeMethodHandle.
GetDeclaringType
(methodHandle);
2792
RuntimeType reflectedType = RuntimeMethodHandle.
GetDeclaringType
(classRtMethodHandle);