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)
67private readonly List<Partition> _partitionList = new(); 81internal static void Build(string assemblyPath, int methodLimit, List<TypeInfo> typeInfoList, out List<Partition> partitionList, out List<AssemblyPartitionInfo> assemblyInfoList, bool netFramework = false) 182var partitionList = new List<Partition>();