4 references to Double
mscorlib (4)
system\reflection\customattribute.cs (3)
269return CustomAttributeEncoding.Double; 742case (CustomAttributeEncoding.Double): 791case CustomAttributeEncoding.Double:
system\reflection\emit\customattributebuilder.cs (1)
329writer.Write((byte)CustomAttributeEncoding.Double);