3 references to SelectionType
Microsoft.CodeAnalysis.Features (3)
ExtractMethod\SelectionResult.cs (3)
75public bool IsExtractMethodOnExpression => this.SelectionType == SelectionType.Expression; 76public bool IsExtractMethodOnSingleStatement => this.SelectionType == SelectionType.SingleStatement; 77public bool IsExtractMethodOnMultipleStatements => this.SelectionType == SelectionType.MultipleStatements;