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