1 instantiation of Type
Mono.Cecil (1)
Mono.Cecil\TypeParser.cs (1)
46 var type = new Type ();
19 references to Type
Mono.Cecil (19)
Mono.Cecil\TypeParser.cs (19)
29 public Type [] generic_arguments; 44 Type ParseType (bool fq_name) 46 var type = new Type (); 62 static bool TryGetArity (Type type) 158 Add (ref specs, Type.Ptr); 162 Add (ref specs, Type.ByRef); 169 Add (ref specs, Type.SzArray); 194 Type [] ParseGenericArguments (int arity) 196 Type [] generic_arguments = null; 246 static TypeReference GetTypeReference (ModuleDefinition module, Type type_info, bool type_def_only) 259 static TypeReference CreateSpecs (TypeReference type, Type type_info) 269 case Type.Ptr: 272 case Type.ByRef: 275 case Type.SzArray: 293 static TypeReference TryCreateGenericInstanceType (TypeReference type, Type type_info) 321 static TypeReference CreateReference (Type type_info, ModuleDefinition module, IMetadataScope scope) 356 static IMetadataScope GetMetadataScope (ModuleDefinition module, Type type_info) 369 static bool TryGetDefinition (ModuleDefinition module, Type type_info, out TypeReference type) 394 static bool TryCurrentModule (ModuleDefinition module, Type type_info)