5 references to Byte
System.Private.CoreLib (5)
src\System\Reflection\Emit\CustomAttributeBuilder.cs (1)
289
writer.Write((byte)CustomAttributeEncoding.
Byte
);
src\System\Reflection\RuntimeCustomAttributeData.cs (4)
140
return CustomAttributeEncoding.
Byte
;
511
CustomAttributeEncoding.
Byte
=> typeof(byte),
530
CustomAttributeEncoding.
Byte
=> (byte)val.Byte4,
824
case CustomAttributeEncoding.
Byte
: