10 references to U8
Mono.Cecil (10)
Mono.Cecil\AssemblyReader.cs (3)
1374
case ElementType.
U8
:
3645
case ElementType.
U8
:
3677
case ElementType.
U8
:
Mono.Cecil\AssemblyWriter.cs (2)
1947
case ElementType.
U8
:
1978
return ElementType.
U8
;
Mono.Cecil\Import.cs (1)
152
{ typeof (ulong), ElementType.
U8
},
Mono.Cecil\MetadataSystem.cs (1)
83
{ "UInt64", new Row<ElementType, bool> (ElementType.
U8
, true) },
Mono.Cecil\TypeReference.cs (2)
29
UInt64 = ElementType.
U8
,
300
case ElementType.
U8
:
Mono.Cecil\TypeSystem.cs (1)
252
get { return type_uint64 ?? (LookupSystemValueType (ref type_uint64, "UInt64", ElementType.
U8
)); }