Skip to content

Commit 910fb4c

Browse files
revert
1 parent df07ed7 commit 910fb4c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Features/Core/Portable/ExtractMethod/MethodExtractor.Analyzer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>

src/Workspaces/SharedUtilitiesAndExtensions/Compiler/CSharp/CodeGeneration/CSharpCodeGenerationOptions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using Microsoft.CodeAnalysis.CodeGeneration;
77
using Microsoft.CodeAnalysis.CodeStyle;
88
using Microsoft.CodeAnalysis.CSharp.CodeStyle;
9-
using Microsoft.CodeAnalysis.CSharp.Simplification;
109
using Microsoft.CodeAnalysis.Options;
1110

1211
namespace Microsoft.CodeAnalysis.CSharp.CodeGeneration;

0 commit comments

Comments
 (0)