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