1. 12 5月, 2015 29 次提交
  2. 11 5月, 2015 4 次提交
    • A
      Merge pull request #2553 from AlekseyTs/ConditionalAccessInliningAndSequence · 043a483a
      AlekseyTs 提交于
      Enable Conditional Access optimizations for cases when LocalRewriter introduces a local in the process of initial lowering of the access.
      043a483a
    • J
      revert old changes · 7bbebfe6
      Jonathon Marolf 提交于
      7bbebfe6
    • J
      Fix threading issue in Generate Type Dialog · 35e5ef36
      Jonathon Marolf 提交于
      Attempting to generate a new file in an ASP.NET 5 web project would
      deadlock because we were attempting to get the default namespace from a
      worker thread.
      
      The solution is to move the work of computing the default namespace from
      ComputeOperationsAsync to GetOptions.  GetOptions is always guaranteed
      to execute on the UI thread wheras ComputeOperationsAsync happens from a
      worker thread.
      35e5ef36
    • D
      Expand/Reduce in expression-bodied members and lambdas · fb7ef977
      David Poeschl 提交于
      Fixes bug #1053
      
      Update CSharpRenameRewriterLanguageService.GetExpansionTarget to locate
      good expansion target nodes for 1) expression-bodied members and 2)
      lambdas that are not contained within a StatementSyntax and that have
      ExpressionSyntax bodies. This allows all sub-expressions within these
      nodes to be properly expanded & reduced during rename.
      fb7ef977
  3. 10 5月, 2015 3 次提交
  4. 09 5月, 2015 4 次提交