2 writes to Byte8
System.Private.CoreLib (2)
src\System\Reflection\RuntimeCustomAttributeData.cs (2)
839
arg.PrimitiveValue = new PrimitiveValue() {
Byte8
= parser.GetI8() };
845
arg.PrimitiveValue = new PrimitiveValue() {
Byte8
= BitConverter.DoubleToInt64Bits(parser.GetR8()) };
4 references to Byte8
System.Private.CoreLib (4)
src\System\Reflection\RuntimeCustomAttributeData.cs (4)
536
CustomAttributeEncoding.Int64 => val.
Byte8
,
537
CustomAttributeEncoding.UInt64 => (ulong)val.
Byte8
,
539
CustomAttributeEncoding.Double => BitConverter.Int64BitsToDouble(val.
Byte8
),
540
_ => throw new ArgumentException(SR.Format(SR.Arg_EnumIllegalVal, val.
Byte8
), nameof(val))