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