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