Base:
method
GetElementType
System.Type.GetElementType()
6 references to GetElementType
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Reflection\InvokerEmitUtil.cs (1)
279RuntimeType elementType = (RuntimeType)returnType.GetElementType()!;
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodInvokerCommon.cs (1)
44type = (RuntimeType)type.GetElementType()!;
src\System\Reflection\RuntimeCustomAttributeData.cs (3)
1088parameterType = (RuntimeType)parameterType.GetElementType()!; 1120if (type.GetElementType() is not null) 1248if (type.GetElementType() is not null)
src\System\RuntimeType.CoreCLR.cs (1)
1014RuntimeType arrayType = (RuntimeType)ReflectedType.GetElementType()!;