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