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