public static TypeReference ImportType(this ITypeSystem typeSystem, Type type) { return(typeSystem.ModuleDefinition.ImportReference(typeSystem.FindType(GetFullName(type)))); }