1 implementation of DeclaringType
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
148public RuntimeTypeInfo DeclaringType
5 references to DeclaringType
System.Private.CoreLib (5)
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (4)
252return _common.DeclaringType; 284owningMethod = RuntimeNamedMethodInfo<TRuntimeMethodCommon>.GetRuntimeNamedMethodInfo(uninstantiatedCommon, uninstantiatedCommon.DeclaringType); 289if (!_reflectedType.Equals(_common.DeclaringType)) 290owningMethod = RuntimeNamedMethodInfo<TRuntimeMethodCommon>.GetRuntimeNamedMethodInfo(_common, _common.DeclaringType);
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (1)
74return _common.DeclaringType.ToType();