6 references to Object
mscorlib (6)
system\reflection\customattribute.cs (5)
233return CustomAttributeEncoding.Object; 273return CustomAttributeEncoding.Object; 276return CustomAttributeEncoding.Object; 279return CustomAttributeEncoding.Object; 745case (CustomAttributeEncoding.Object):
system\reflection\emit\customattributebuilder.cs (1)
357writer.Write((byte)CustomAttributeEncoding.Object);