4 references to UInt32
mscorlib (4)
system\reflection\customattribute.cs (3)
257
return CustomAttributeEncoding.
UInt32
;
730
case (CustomAttributeEncoding.
UInt32
):
779
case CustomAttributeEncoding.
UInt32
:
system\reflection\emit\customattributebuilder.cs (1)
317
writer.Write((byte)CustomAttributeEncoding.
UInt32
);