5 references to UInt32
System.Private.CoreLib (5)
src\System\Reflection\Emit\CustomAttributeBuilder.cs (1)
307
writer.Write((byte)CustomAttributeEncoding.
UInt32
);
src\System\Reflection\RuntimeCustomAttributeData.cs (4)
152
return CustomAttributeEncoding.
UInt32
;
514
CustomAttributeEncoding.
UInt32
=> typeof(uint),
535
CustomAttributeEncoding.
UInt32
=> (uint)val.Byte4,
834
case CustomAttributeEncoding.
UInt32
: