1. 12 9月, 2015 1 次提交
  2. 10 9月, 2015 2 次提交
    • B
      Add Using Tests for Conditional Access Expressions. · d7b717a1
      Balaji Krishnan 提交于
      tests for AddUsing in Conditional Access Expression cases.
      d7b717a1
    • B
      Handle ConditionalAccessExpression cases properly. · 497cfe91
      Balaji Krishnan 提交于
      SyntaxFacts.GetExpressionOfMemberAccessExpression was looking for
      patterns that could be ConditionalAccessExpression. It was looking only
      two levels up from the current node. We hit a case where the
      ConditionalAccessExpression was four levels higher. So, in general,
      instead of dealing with various cases, we should use the
      GetParentCondtionalAccessExpression helper that walks up from a given
      node and finds a ConditionalAccessExpression if one exists in a parent
      hierarchy. This change is C# only. The VB implementation of this method
      correctly uses GetCorrespondingConditionalAccessExpression in this case.
      497cfe91
  3. 09 9月, 2015 21 次提交
  4. 08 9月, 2015 1 次提交
  5. 07 9月, 2015 1 次提交
  6. 05 9月, 2015 14 次提交