5 references to UInt16
System.Private.CoreLib (5)
src\System\Reflection\Emit\CustomAttributeBuilder.cs (1)
301
writer.Write((byte)CustomAttributeEncoding.
UInt16
);
src\System\Reflection\RuntimeCustomAttributeData.cs (4)
149
return CustomAttributeEncoding.
UInt16
;
513
CustomAttributeEncoding.
UInt16
=> typeof(ushort),
533
CustomAttributeEncoding.
UInt16
=> (ushort)val.Byte4,
830
case CustomAttributeEncoding.
UInt16
: