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