4 references to Int64
mscorlib (4)
system\reflection\customattribute.cs (3)
260return CustomAttributeEncoding.Int64; 733case (CustomAttributeEncoding.Int64): 782case CustomAttributeEncoding.Int64:
system\reflection\emit\customattributebuilder.cs (1)
320writer.Write((byte)CustomAttributeEncoding.Int64);