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