1 implementation of DeclaringType
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
147
public RuntimeTypeInfo
DeclaringType
5 references to DeclaringType
System.Private.CoreLib (5)
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (4)
241
return _common.
DeclaringType
;
273
owningMethod = RuntimeNamedMethodInfo<TRuntimeMethodCommon>.GetRuntimeNamedMethodInfo(uninstantiatedCommon, uninstantiatedCommon.
DeclaringType
);
278
if (!_reflectedType.Equals(_common.
DeclaringType
))
279
owningMethod = RuntimeNamedMethodInfo<TRuntimeMethodCommon>.GetRuntimeNamedMethodInfo(_common, _common.
DeclaringType
);
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (1)
71
return _common.
DeclaringType
.ToType();