1 implementation of DefiningTypeInfo
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
156public RuntimeNamedTypeInfo DefiningTypeInfo
4 references to DefiningTypeInfo
System.Private.CoreLib (4)
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (2)
157return RuntimeNamedMethodInfo<TRuntimeMethodCommon>.GetRuntimeNamedMethodInfo(_common.RuntimeMethodCommonOfUninstantiatedMethod, _common.DefiningTypeInfo); 268if (_reflectedType.Equals(_common.DefiningTypeInfo))
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (2)
159if (_common.DefiningTypeInfo.IsAbstract) 160throw new MemberAccessException(SR.Format(SR.Acc_CreateAbstEx, _common.DefiningTypeInfo.FullName));