4 references to Type
mscorlib (4)
system\reflection\customattribute.cs (3)
230return CustomAttributeEncoding.Type; 706case (CustomAttributeEncoding.Type): 864else if (encodedType == CustomAttributeEncoding.Type)
system\reflection\emit\customattributebuilder.cs (1)
347writer.Write((byte)CustomAttributeEncoding.Type);