2 references to SingleStatement
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\SelectionInfo.cs (1)
107return SelectionType.SingleStatement;
ExtractMethod\SelectionResult.cs (1)
76public bool IsExtractMethodOnSingleStatement => this.SelectionType == SelectionType.SingleStatement;