7 references to I
Mono.Cecil (7)
Mono.Cecil\AssemblyReader.cs (1)
3448
case ElementType.
I
: return TypeSystem.IntPtr;
Mono.Cecil\AssemblyWriter.cs (1)
1938
case ElementType.
I
:
Mono.Cecil\Import.cs (1)
157
{ typeof (IntPtr), ElementType.
I
},
Mono.Cecil\MetadataSystem.cs (1)
88
{ "IntPtr", new Row<ElementType, bool> (ElementType.
I
, true) },
Mono.Cecil\TypeReference.cs (2)
41
IntPtr = ElementType.
I
,
291
case ElementType.
I
:
Mono.Cecil\TypeSystem.cs (1)
264
get { return type_intptr ?? (LookupSystemValueType (ref type_intptr, "IntPtr", ElementType.
I
)); }