4 references to ToImmutableSortedDictionary
RunTests (4)
AssemblyScheduler.cs (3)
72
var orderedTypeInfos = assemblies.
ToImmutableSortedDictionary
(assembly => assembly, GetTypeInfoList);
132
var updated = assemblyTypes.
ToImmutableSortedDictionary
(
244
workItems.Add(new WorkItemInfo(currentFilters.
ToImmutableSortedDictionary
(kvp => kvp.Key, kvp => kvp.Value.ToImmutableArray()), workItemIndex));
TestRunner.cs (1)
244
workItemInfo = workItemInfo with { Filters = workItemInfo.Filters.
ToImmutableSortedDictionary
(kvp => kvp.Key with { AssemblyPath = GetHelixRelativeAssemblyPath(kvp.Key.AssemblyPath) }, kvp => kvp.Value) };