5 references to SByte
System.Private.CoreLib (5)
src\System\Reflection\Emit\CustomAttributeBuilder.cs (1)
286writer.Write((byte)CustomAttributeEncoding.SByte);
src\System\Reflection\RuntimeCustomAttributeData.cs (4)
143return CustomAttributeEncoding.SByte; 510CustomAttributeEncoding.SByte => typeof(sbyte), 531CustomAttributeEncoding.SByte => (sbyte)val.Byte4, 825case CustomAttributeEncoding.SByte: