7 references to U
Mono.Cecil (7)
Mono.Cecil\AssemblyReader.cs (1)
3449
case ElementType.
U
: return TypeSystem.UIntPtr;
Mono.Cecil\AssemblyWriter.cs (1)
1943
case ElementType.
U
:
Mono.Cecil\Import.cs (1)
158
{ typeof (UIntPtr), ElementType.
U
},
Mono.Cecil\MetadataSystem.cs (1)
89
{ "UIntPtr", new Row<ElementType, bool> (ElementType.
U
, true) },
Mono.Cecil\TypeReference.cs (2)
42
UIntPtr = ElementType.
U
,
292
case ElementType.
U
:
Mono.Cecil\TypeSystem.cs (1)
268
get { return type_uintptr ?? (LookupSystemValueType (ref type_uintptr, "UIntPtr", ElementType.
U
)); }