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