Base:
method
IsArrayImpl
System.Type.IsArrayImpl()
5 overrides of IsArrayImpl
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureConstructedGenericType.cs (1)
32protected sealed override bool IsArrayImpl() => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureFunctionPointerType.cs (1)
66protected override bool IsArrayImpl() => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureGenericParameterType.cs (1)
19protected sealed override bool IsArrayImpl() => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureHasElementType.cs (1)
19protected abstract override bool IsArrayImpl();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureModifiedType.cs (1)
50protected override bool IsArrayImpl() => _unmodifiedType.IsArray;