We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0d01d commit 6862a56Copy full SHA for 6862a56
src/Features/Core/Portable/ExtractMethod/SelectionResult.cs
@@ -47,8 +47,6 @@ internal abstract class SelectionResult(
47
/// </summary>
48
private ControlFlowAnalysis? _statementControlFlowAnalysis;
49
50
- // protected abstract bool UnderAnonymousOrLocalMethod(SyntaxToken token, SyntaxToken firstToken, SyntaxToken lastToken);
51
-
52
public abstract TExecutableStatementSyntax GetFirstStatementUnderContainer();
53
public abstract TExecutableStatementSyntax GetLastStatementUnderContainer();
54
0 commit comments