10 references to U4
Mono.Cecil (10)
Mono.Cecil\AssemblyReader.cs (3)
1369
case ElementType.
U4
:
3641
case ElementType.
U4
:
3673
case ElementType.
U4
:
Mono.Cecil\AssemblyWriter.cs (2)
1946
case ElementType.
U4
:
1974
return ElementType.
U4
;
Mono.Cecil\Import.cs (1)
150
{ typeof (uint), ElementType.
U4
},
Mono.Cecil\MetadataSystem.cs (1)
81
{ "UInt32", new Row<ElementType, bool> (ElementType.
U4
, true) },
Mono.Cecil\TypeReference.cs (2)
27
UInt32 = ElementType.
U4
,
298
case ElementType.
U4
:
Mono.Cecil\TypeSystem.cs (1)
244
get { return type_uint32 ?? (LookupSystemValueType (ref type_uint32, "UInt32", ElementType.
U4
)); }