6 references to GetDeclaringType
System.Private.CoreLib (6)
src\System\Delegate.CoreCLR.cs (2)
167RuntimeType? declaringType = RuntimeMethodHandle.GetDeclaringType(method); 389RuntimeMethodHandle.GetDeclaringType(method.GetMethodInfo()),
src\System\MulticastDelegate.CoreCLR.cs (1)
524RuntimeType declaringType = RuntimeMethodHandle.GetDeclaringType(method);
src\System\Reflection\RuntimeModule.cs (1)
109Type declaringType = RuntimeMethodHandle.GetDeclaringType(methodHandle);
src\System\Reflection\RuntimeParameterInfo.cs (1)
51MetadataImport scope = RuntimeMethodHandle.GetDeclaringType(methodHandle).GetRuntimeModule().MetadataImport;
src\System\RuntimeType.CoreCLR.cs (1)
3277return GetMethodBase(RuntimeMethodHandle.GetDeclaringType(declaringMethod), declaringMethod);