9 references to Object
System.Private.CoreLib (9)
src\System\Reflection\Emit\CustomAttributeBuilder.cs (1)
347
writer.Write((byte)CustomAttributeEncoding.
Object
);
src\System\Reflection\RuntimeCustomAttributeData.cs (8)
128
return CustomAttributeEncoding.
Object
;
168
return CustomAttributeEncoding.
Object
;
171
return CustomAttributeEncoding.
Object
;
174
return CustomAttributeEncoding.
Object
;
519
CustomAttributeEncoding.
Object
=> typeof(object),
752
if (namedArgType.EncodedType != CustomAttributeEncoding.
Object
)
761
&& namedArgType.EncodedArrayType is not CustomAttributeEncoding.
Object
811
CustomAttributeType attributeType = type.EncodedType == CustomAttributeEncoding.
Object