5 references to UInt64
System.Private.CoreLib (5)
src\System\Reflection\Emit\CustomAttributeBuilder.cs (1)
313
writer.Write((byte)CustomAttributeEncoding.
UInt64
);
src\System\Reflection\RuntimeCustomAttributeData.cs (4)
158
return CustomAttributeEncoding.
UInt64
;
516
CustomAttributeEncoding.
UInt64
=> typeof(ulong),
537
CustomAttributeEncoding.
UInt64
=> (ulong)val.Byte8,
838
case CustomAttributeEncoding.
UInt64
: