12 references to GetCustomAttributeConstantArrayElements
ILCompiler.MetadataTransform (12)
ILCompiler\Metadata\Transform.CustomAttribute.cs (12)
221
Ecma.SerializationTypeCode.Boolean => new ConstantBooleanArray { Value =
GetCustomAttributeConstantArrayElements
<bool>(ref valueReader, count) },
222
Ecma.SerializationTypeCode.Char => new ConstantCharArray { Value =
GetCustomAttributeConstantArrayElements
<char>(ref valueReader, count) },
223
Ecma.SerializationTypeCode.SByte => new ConstantSByteArray { Value =
GetCustomAttributeConstantArrayElements
<sbyte>(ref valueReader, count) },
224
Ecma.SerializationTypeCode.Byte => new ConstantByteArray { Value =
GetCustomAttributeConstantArrayElements
<byte>(ref valueReader, count) },
225
Ecma.SerializationTypeCode.Int16 => new ConstantInt16Array { Value =
GetCustomAttributeConstantArrayElements
<short>(ref valueReader, count) },
226
Ecma.SerializationTypeCode.UInt16 => new ConstantUInt16Array { Value =
GetCustomAttributeConstantArrayElements
<ushort>(ref valueReader, count) },
227
Ecma.SerializationTypeCode.Int32 => new ConstantInt32Array { Value =
GetCustomAttributeConstantArrayElements
<int>(ref valueReader, count) },
228
Ecma.SerializationTypeCode.UInt32 => new ConstantUInt32Array { Value =
GetCustomAttributeConstantArrayElements
<uint>(ref valueReader, count) },
229
Ecma.SerializationTypeCode.Int64 => new ConstantInt64Array { Value =
GetCustomAttributeConstantArrayElements
<long>(ref valueReader, count) },
230
Ecma.SerializationTypeCode.UInt64 => new ConstantUInt64Array { Value =
GetCustomAttributeConstantArrayElements
<ulong>(ref valueReader, count) },
231
Ecma.SerializationTypeCode.Single => new ConstantSingleArray { Value =
GetCustomAttributeConstantArrayElements
<float>(ref valueReader, count) },
232
Ecma.SerializationTypeCode.Double => new ConstantDoubleArray { Value =
GetCustomAttributeConstantArrayElements
<double>(ref valueReader, count) },