1 instantiation of Partition
HelixTasks (1)
AssemblyScheduler.cs (1)
150
_partitionList.Add(new
Partition
(_assemblyPath, _currentId, _currentTypeInfoList));
3 references to Partition
HelixTasks (3)
AssemblyScheduler.cs (3)
67
private readonly List<
Partition
> _partitionList = new();
81
internal static void Build(string assemblyPath, int methodLimit, List<TypeInfo> typeInfoList, out List<
Partition
> partitionList, out List<AssemblyPartitionInfo> assemblyInfoList, bool netFramework = false)
182
var partitionList = new List<
Partition
>();