10 references to I8
Mono.Cecil (10)
Mono.Cecil\AssemblyReader.cs (3)
1375
case ElementType.
I8
:
3643
case ElementType.
I8
:
3675
case ElementType.
I8
:
Mono.Cecil\AssemblyWriter.cs (2)
1942
case ElementType.
I8
:
1976
return ElementType.
I8
;
Mono.Cecil\Import.cs (1)
151
{ typeof (long), ElementType.
I8
},
Mono.Cecil\MetadataSystem.cs (1)
82
{ "Int64", new Row<ElementType, bool> (ElementType.
I8
, true) },
Mono.Cecil\TypeReference.cs (2)
28
Int64 = ElementType.
I8
,
299
case ElementType.
I8
:
Mono.Cecil\TypeSystem.cs (1)
248
get { return type_int64 ?? (LookupSystemValueType (ref type_int64, "Int64", ElementType.
I8
)); }