• H
    added IVariableDeclarationStatement back to for loop's before condition (#22358) · a9a49151
    Heejae Chang 提交于
    * updated local decl
    
    * put IVariableDeclarationStatement back to for loop before.
    
    * put variable declaration syntax in variable declaration statement for for loop
    
    * updated tests
    
    * changed caller to call different APIs to create variable declaration when it can.
    
    * changed to return IVaraibleDeclaration from CreateVariableDeclaration method
    
    * addressed PR feedbacks
    a9a49151
CSharpOperationFactory.cs 105.6 KB