Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/26/12 14:11:46 (12 years ago)
Author:
gkronber
Message:

#1806 improved memory usage of ChangeNodeTypeManipulation and ReplaceBranchManipulation by replacing the linq statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.PluginInfrastructure/3.3/LightweightApplicationManager.cs

    r7520 r7662  
    123123    private static IEnumerable<Type> GetTypes(Type type, Assembly assembly, bool onlyInstantiable = true, bool includeGenericTypeDefinitions = false) {
    124124      try {
     125        // necessary to make sure the exception is immediately thrown
     126        // instead of later when the enumerable is iterated?
    125127        var assemblyTypes = assembly.GetTypes();
    126128
Note: See TracChangeset for help on using the changeset viewer.