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