1. 11 Jul, 2019 1 commit
    • Steven Allen's avatar
      fix inconsistent EnumerateChildrenAsync behavior · 5d52f027
      Steven Allen authored
      This fixes the inconsistent EnumerateChildrenAsync behavior by renaming
      everything.
      
      1. EnumerateChildrenAsync has been renamed to WalkParallel because (a) it
      visited the root so EnumerateChildren was incorrect and (b) it isn't async.
      2. EnumerateChildren has been renamed to Walk and now _also_ visits the root for
      consistency.
      
      Anyone needing to skip the root can do so manually (`if c.Equals(root)` ...).
      5d52f027
  2. 01 Jun, 2019 1 commit
  3. 24 May, 2019 3 commits
  4. 20 Mar, 2019 1 commit
  5. 16 Mar, 2019 2 commits
  6. 13 Mar, 2019 2 commits
  7. 02 Mar, 2019 2 commits
  8. 28 Feb, 2019 2 commits
  9. 27 Feb, 2019 4 commits
  10. 26 Feb, 2019 1 commit
  11. 21 Feb, 2019 2 commits
  12. 20 Feb, 2019 1 commit
  13. 18 Feb, 2019 2 commits
  14. 15 Feb, 2019 1 commit
  15. 14 Feb, 2019 3 commits
  16. 07 Feb, 2019 1 commit
  17. 23 Jan, 2019 1 commit
  18. 17 Jan, 2019 2 commits
  19. 09 Jan, 2019 1 commit
  20. 18 Dec, 2018 2 commits
  21. 14 Dec, 2018 1 commit
  22. 07 Dec, 2018 1 commit
  23. 28 Nov, 2018 3 commits