4 references to UInt16
mscorlib (4)
system\reflection\customattribute.cs (3)
254
return CustomAttributeEncoding.
UInt16
;
727
case (CustomAttributeEncoding.
UInt16
):
773
case CustomAttributeEncoding.
UInt16
:
system\reflection\emit\customattributebuilder.cs (1)
311
writer.Write((byte)CustomAttributeEncoding.
UInt16
);