10 references to I2
Mono.Cecil (10)
Mono.Cecil\AssemblyReader.cs (3)
1365
case ElementType.
I2
:
3635
case ElementType.
I2
:
3667
case ElementType.
I2
:
Mono.Cecil\AssemblyWriter.cs (2)
1940
case ElementType.
I2
:
1968
return ElementType.
I2
;
Mono.Cecil\Import.cs (1)
147
{ typeof (short), ElementType.
I2
},
Mono.Cecil\MetadataSystem.cs (1)
78
{ "Int16", new Row<ElementType, bool> (ElementType.
I2
, true) },
Mono.Cecil\TypeReference.cs (2)
24
Int16 = ElementType.
I2
,
295
case ElementType.
I2
:
Mono.Cecil\TypeSystem.cs (1)
232
get { return type_int16 ?? (LookupSystemValueType (ref type_int16, "Int16", ElementType.
I2
)); }