File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/CodeGeneration Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -427,6 +427,7 @@ private ImmutableArray<VariableInfo> MarkVariableInfosToUseAsReturnValueIfPossib
427427
428428 return variableInfo ;
429429 }
430+
430431 /// <summary>
431432 /// among variables that will be used as parameters at the extracted method, check whether one of the parameter can be used as return
432433 /// </summary>
Original file line number Diff line number Diff line change 66using Microsoft . CodeAnalysis . CodeGeneration ;
77using Microsoft . CodeAnalysis . CodeStyle ;
88using Microsoft . CodeAnalysis . CSharp . CodeStyle ;
9- using Microsoft . CodeAnalysis . CSharp . Simplification ;
109using Microsoft . CodeAnalysis . Options ;
1110
1211namespace Microsoft . CodeAnalysis . CSharp . CodeGeneration ;
You can’t perform that action at this time.
0 commit comments