10 references to I4
Mono.Cecil (10)
Mono.Cecil\AssemblyReader.cs (3)
1370
case ElementType.
I4
:
3639
case ElementType.
I4
:
3671
case ElementType.
I4
:
Mono.Cecil\AssemblyWriter.cs (2)
1941
case ElementType.
I4
:
1972
return ElementType.
I4
;
Mono.Cecil\Import.cs (1)
149
{ typeof (int), ElementType.
I4
},
Mono.Cecil\MetadataSystem.cs (1)
80
{ "Int32", new Row<ElementType, bool> (ElementType.
I4
, true) },
Mono.Cecil\TypeReference.cs (2)
26
Int32 = ElementType.
I4
,
297
case ElementType.
I4
:
Mono.Cecil\TypeSystem.cs (1)
240
get { return type_int32 ?? (LookupSystemValueType (ref type_int32, "Int32", ElementType.
I4
)); }