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