2 references to MultipleStatements
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\SelectionInfo.cs (1)
109return SelectionType.MultipleStatements;
ExtractMethod\SelectionResult.cs (1)
77public bool IsExtractMethodOnMultipleStatements => this.SelectionType == SelectionType.MultipleStatements;