10 references to U2
Mono.Cecil (10)
Mono.Cecil\AssemblyReader.cs (3)
1364
case ElementType.
U2
:
3637
case ElementType.
U2
:
3669
case ElementType.
U2
:
Mono.Cecil\AssemblyWriter.cs (2)
1945
case ElementType.
U2
:
1970
return ElementType.
U2
;
Mono.Cecil\Import.cs (1)
148
{ typeof (ushort), ElementType.
U2
},
Mono.Cecil\MetadataSystem.cs (1)
79
{ "UInt16", new Row<ElementType, bool> (ElementType.
U2
, true) },
Mono.Cecil\TypeReference.cs (2)
25
UInt16 = ElementType.
U2
,
296
case ElementType.
U2
:
Mono.Cecil\TypeSystem.cs (1)
236
get { return type_uint16 ?? (LookupSystemValueType (ref type_uint16, "UInt16", ElementType.
U2
)); }