4 references to SelectionType
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
52return selectionResult.SelectionType switch
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;