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);
122
if (
_currentTypeInfoList
.Count > 0)
133
if (
_currentTypeInfoList
.Sum(x => x.MethodCount) >= _methodLimit ||
150
_partitionList.Add(new Partition(_assemblyPath, _currentId,
_currentTypeInfoList
));