6 overrides of InternalDeclaringType
System.Private.CoreLib (6)
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeGenericParameterTypeInfoForMethods.cs (1)
51internal sealed override RuntimeTypeInfo InternalDeclaringType
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeGenericParameterTypeInfoForTypes.cs (1)
34internal sealed override RuntimeTypeInfo InternalDeclaringType
System\Reflection\Runtime\TypeInfos\NativeFormat\NativeFormatRuntimeNamedTypeInfo.cs (1)
165internal sealed override RuntimeTypeInfo InternalDeclaringType
System\Reflection\Runtime\TypeInfos\RuntimeConstructedGenericTypeInfo.cs (1)
197internal sealed override RuntimeTypeInfo InternalDeclaringType
System\Reflection\Runtime\TypeInfos\RuntimeFunctionPointerTypeInfo.cs (1)
107internal override RuntimeTypeInfo InternalDeclaringType => null;
System\Reflection\Runtime\TypeInfos\RuntimeHasElementTypeInfo.cs (1)
131internal sealed override RuntimeTypeInfo InternalDeclaringType
3 references to InternalDeclaringType
System.Private.CoreLib (3)
System\Reflection\Runtime\TypeInfos\RuntimeConstructedGenericTypeInfo.cs (1)
201return GenericTypeDefinitionTypeInfo.InternalDeclaringType;
System\Reflection\Runtime\TypeInfos\RuntimeNamedTypeInfo.cs (1)
98RuntimeTypeInfo? declaringType = this.InternalDeclaringType;
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (1)
517return this.InternalDeclaringType?.ToType();