private void LoadItemsInternal(bool provideNotSupportedAssemblyNotification)
        {
            ClrAssemblyFileMergeManager fileMergeManager = new ClrAssemblyFileMergeManager(folderMap, provideNotSupportedAssemblyNotification, this.progressNotifier);

            int count = fileMergeManager.GetAssembliesCount(folderMap);

            this.progressNotifier.TotalFileCount = (uint)count;

            LoadItemsSequential(provideNotSupportedAssemblyNotification);
        }