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