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