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