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)
1094
RuntimeType type =
GetDeclaringType
(method.Value);
2054
_declaringType = RuntimeMethodHandle.
GetDeclaringType
(_pMethod);
src\System\RuntimeType.CoreCLR.cs (4)
701
RuntimeMethodHandle.
GetDeclaringType
(methodHandle) != declaringType);
1640
genericMethod, RuntimeMethodHandle.
GetDeclaringType
(genericMethod), this,
1807
RuntimeType declaredType = RuntimeMethodHandle.
GetDeclaringType
(methodHandle);
2755
RuntimeType reflectedType = RuntimeMethodHandle.
GetDeclaringType
(classRtMethodHandle);