5 references to Int64
System.Private.CoreLib (5)
src\System\Reflection\Emit\CustomAttributeBuilder.cs (1)
310writer.Write((byte)CustomAttributeEncoding.Int64);
src\System\Reflection\RuntimeCustomAttributeData.cs (4)
155return CustomAttributeEncoding.Int64; 515CustomAttributeEncoding.Int64 => typeof(long), 536CustomAttributeEncoding.Int64 => val.Byte8, 837case CustomAttributeEncoding.Int64: