Beispiel #1
0
 IEnumerable <ILSpyTreeNode> FetchChildren(CancellationToken cancellationToken)
 {
     // FetchChildren() runs on the main thread; but the enumerator will be consumed on a background thread
     return(FindDerivedTypes(type, list.GetAllModules(), cancellationToken));
 }