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