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