22 references to ImportType
Mono.Cecil (22)
Mono.Cecil\Import.cs (22)
519 reference.DeclaringType = ImportType (type.DeclaringType, context); 590 return new ArrayType (ImportType (vector.ElementType, context)); 593 return new PointerType (ImportType (pointer.ElementType, context)); 596 return new ByReferenceType (ImportType (byref.ElementType, context)); 599 return new PinnedType (ImportType (pinned.ElementType, context)); 602 return new SentinelType (ImportType (sentinel.ElementType, context)); 609 ReturnType = ImportType (fnptr.ReturnType, context), 617 ImportType (fnptr.Parameters [i].ParameterType, context))); 623 ImportType (modopt.ModifierType, context), 624 ImportType (modopt.ElementType, context)); 628 ImportType (modreq.ModifierType, context), 629 ImportType (modreq.ElementType, context)); 632 var imported_array = new ArrayType (ImportType (array.ElementType, context)); 650 var element_type = ImportType (instance.ElementType, context); 656 imported_arguments.Add (ImportType (arguments [i], context)); 676 var declaring_type = ImportType (field.DeclaringType, context); 683 FieldType = ImportType (field.FieldType, context), 695 var declaring_type = ImportType (method.DeclaringType, context); 710 reference.ReturnType = ImportType (method.ReturnType, context); 719 new ParameterDefinition (ImportType (parameters [i].ParameterType, context))); 740 imported_arguments.Add (ImportType (arguments [i], context)); 748 return ImportType (type, ImportGenericContext.For (context));