5 references to Int16
System.Private.CoreLib (5)
src\System\Reflection\Emit\CustomAttributeBuilder.cs (1)
298
writer.Write((byte)CustomAttributeEncoding.
Int16
);
src\System\Reflection\RuntimeCustomAttributeData.cs (4)
146
return CustomAttributeEncoding.
Int16
;
512
CustomAttributeEncoding.
Int16
=> typeof(short),
532
CustomAttributeEncoding.
Int16
=> (short)val.Byte4,
829
case CustomAttributeEncoding.
Int16
: