1 override of HasElementType
System.Private.CoreLib (1)
System\Reflection\Runtime\TypeInfos\RuntimeHasElementTypeInfo.cs (1)
26public sealed override bool HasElementType => true;
3 references to HasElementType
System.Private.CoreLib (3)
System\Reflection\Runtime\TypeInfos\RuntimeNamedTypeInfo.cs (1)
94Debug.Assert(!HasElementType);
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (1)
601Debug.Assert(!HasElementType);
System\RuntimeType.NativeAot.cs (1)
310return GetRuntimeTypeInfo().HasElementType;