1. 03 7月, 2018 2 次提交
    • J
      Implement FAR for GetAwaiter methods (#28230) · 2ccd6568
      Julien Couvreur 提交于
      2ccd6568
    • J
      Typo (#28177) · b28a71cd
      John Doe 提交于
      * accesibility -> accessibility
      
      * Acess -> Access
      
      * actua -> actual
      
      * agnotic -> agnostic
      
      * aks -> ask
      
      * Algoritm -> Algorithm
      
      * alphabeitcally -> alphabetically
      
      * Analayzer -> Analyzer
      
      * analyer -> analyzer
      
      * anlysis -> analysis
      b28a71cd
  2. 30 6月, 2018 1 次提交
  3. 28 6月, 2018 1 次提交
  4. 26 6月, 2018 1 次提交
  5. 22 6月, 2018 1 次提交
    • J
      Rename KeyValuePair · acae1e73
      Jared Parsons 提交于
      The target framework netcoreapp2.0 includes a new type: `KeyValuePair`.
      This conflicts with our `KeyValuePair` utility class and causes a lot of
      friction whenever netcoreapp2.0 is added as a target framework for a
      project.
      
      Renaming the type to `KeyValuePairUtil` to remove the ambiguity.
      acae1e73
  6. 21 6月, 2018 2 次提交
  7. 19 6月, 2018 2 次提交
  8. 18 6月, 2018 1 次提交
  9. 08 6月, 2018 2 次提交
  10. 07 6月, 2018 4 次提交
  11. 06 6月, 2018 4 次提交
  12. 05 6月, 2018 1 次提交
  13. 02 6月, 2018 4 次提交
  14. 01 6月, 2018 2 次提交
  15. 31 5月, 2018 1 次提交
  16. 30 5月, 2018 4 次提交
  17. 29 5月, 2018 1 次提交
  18. 26 5月, 2018 1 次提交
  19. 18 5月, 2018 2 次提交
  20. 17 5月, 2018 2 次提交
    • J
      Add TextDocument.GetText[Version]Synchronously · f7b74505
      Jason Malinowski 提交于
      We had lots of places doing GetTextAsync() and then blocking, which is
      an anti-pattern if we can avoid it. Awhile back we plumbed the ability
      to get syntax trees synchronusly in certain places, and so we had
      the plumbing to do this. We just never did it.
      
      I suspect "most cases" this was fine because the GetTextAsync was
      operating on open files which isn't an issue. But there were a few
      places that looked suspicious and it's easier to just do a batch
      refactoring.
      f7b74505
    • C
      Share more code in base type. · d101ffff
      Cyrus Najmabadi 提交于
      d101ffff
  21. 16 5月, 2018 1 次提交