1 write to _currentTypeInfoList
HelixTasks (1)
AssemblyScheduler.cs (1)
112_currentTypeInfoList = new List<TypeInfo>();
4 references to _currentTypeInfoList
HelixTasks (4)
AssemblyScheduler.cs (4)
95_currentTypeInfoList.Add(typeInfo); 122if (_currentTypeInfoList.Count > 0) 133if (_currentTypeInfoList.Sum(x => x.MethodCount) >= _methodLimit || 150_partitionList.Add(new Partition(_assemblyPath, _currentId, _currentTypeInfoList));