6 references to GetDeclaringType
mscorlib (6)
system\delegate.cs (2)
237
RuntimeType declaringType = RuntimeMethodHandle.
GetDeclaringType
(method);
633
RuntimeMethodHandle.
GetDeclaringType
(method.GetMethodInfo()),
system\multicastdelegate.cs (1)
586
RuntimeType declaringType = RuntimeMethodHandle.
GetDeclaringType
(method);
system\reflection\module.cs (1)
723
Type declaringType = RuntimeMethodHandle.
GetDeclaringType
(methodHandle);
system\reflection\parameterinfo.cs (1)
302
MetadataImport scope = RuntimeTypeHandle.GetMetadataImport(RuntimeMethodHandle.
GetDeclaringType
(methodHandle));
system\rttype.cs (1)
3663
return GetMethodBase(RuntimeMethodHandle.
GetDeclaringType
(declaringMethod), declaringMethod);