2 instantiations of AssemblyPartitionInfo
HelixTasks (2)
AssemblyScheduler.cs (2)
145var assemblyInfo = new AssemblyPartitionInfo( 198return new AssemblyPartitionInfo(assemblyPath);
9 references to AssemblyPartitionInfo
HelixTasks (9)
AssemblyScheduler.cs (8)
68private readonly List<AssemblyPartitionInfo> _assemblyInfoList = new(); 81internal static void Build(string assemblyPath, int methodLimit, List<TypeInfo> typeInfoList, out List<Partition> partitionList, out List<AssemblyPartitionInfo> assemblyInfoList, bool netFramework = false) 145var assemblyInfo = new AssemblyPartitionInfo( 167internal IEnumerable<AssemblyPartitionInfo> Schedule(IEnumerable<string> assemblyPaths) 169var list = new List<AssemblyPartitionInfo>(); 178public IEnumerable<AssemblyPartitionInfo> Schedule(string assemblyPath, bool force = false, bool netFramework = false) 181var assemblyInfoList = new List<AssemblyPartitionInfo>(); 196public AssemblyPartitionInfo CreateAssemblyInfo(string assemblyPath)
SDKCustomCreateXUnitWorkItemsWithTestExclusion.cs (1)
154foreach (var assemblyPartitionInfo in assemblyPartitionInfos)