public static IEnumerable <ClrObject> EnumerateClrObjects(this ClrHeap heap) { return(from address in heap.EnumerateObjects() select heap.GetClrObject(address)); }