1. 20 10月, 2017 3 次提交
  2. 19 10月, 2017 2 次提交
    • J
      ccb9c1f6
    • J
      Ensure we always complete the call hierarchy search · 38aae1a5
      Jason Malinowski 提交于
      If a symbol couldn't be resolved, we would bail the search and never
      notify the UI that we stopped searching. We also wouldn't complete
      the IAsyncToken either.
      
      While I was here I also noticed that we were starting the async
      operation asynchronously which could have resulted in flakiness in
      integration tests. Our pattern is anything starting async work should
      start the operation right away, so we can confidently wait until the
      operation is complete.
      
      # Conflicts:
      #	src/EditorFeatures/Core/Implementation/CallHierarchy/Finders/AbstractCallFinder.cs
      38aae1a5
  3. 10 10月, 2017 1 次提交
  4. 09 10月, 2017 1 次提交
  5. 07 10月, 2017 6 次提交
  6. 06 10月, 2017 3 次提交
  7. 05 10月, 2017 8 次提交
  8. 04 10月, 2017 14 次提交
  9. 03 10月, 2017 2 次提交