1 instantiation of TypeInfo
HelixTasks (1)
AssemblyScheduler.cs (1)
229
list.Add(new
TypeInfo
(fullName, methodCount));
10 references to TypeInfo
HelixTasks (10)
AssemblyScheduler.cs (10)
55
internal readonly List<
TypeInfo
> TypeInfoList;
57
internal Partition(string assemblyPath, int id, List<
TypeInfo
> typeInfoList)
73
private List<
TypeInfo
> _currentTypeInfoList = new();
81
internal static void Build(string assemblyPath, int methodLimit, List<
TypeInfo
> typeInfoList, out List<Partition> partitionList, out List<AssemblyPartitionInfo> assemblyInfoList, bool netFramework = false)
89
private void Build(List<
TypeInfo
> typeInfoList)
93
foreach (
var
typeInfo in typeInfoList)
112
_currentTypeInfoList = new List<
TypeInfo
>();
201
private static List<
TypeInfo
> GetTypeInfoList(string assemblyPath)
211
private static List<
TypeInfo
> GetTypeInfoList(MetadataReader reader)
213
var list = new List<
TypeInfo
>();