4 references to Expression
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
54SelectionType.Expression => new ExpressionCodeGenerator(selectionResult, analyzerResult, options, localFunction),
ExtractMethod\CSharpSelectionResult.cs (1)
48return selectionType == SelectionType.Expression
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\SelectionInfo.cs (1)
102return SelectionType.Expression;
ExtractMethod\SelectionResult.cs (1)
75public bool IsExtractMethodOnExpression => this.SelectionType == SelectionType.Expression;