4 references to UInt64
mscorlib (4)
system\reflection\customattribute.cs (3)
263
return CustomAttributeEncoding.
UInt64
;
736
case (CustomAttributeEncoding.
UInt64
):
785
case CustomAttributeEncoding.
UInt64
:
system\reflection\emit\customattributebuilder.cs (1)
323
writer.Write((byte)CustomAttributeEncoding.
UInt64
);