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