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