3 references to SingleStatement
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
55SelectionType.SingleStatement => new SingleStatementCodeGenerator(selectionResult, analyzerResult, options, localFunction),
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\SelectionInfo.cs (1)
107return SelectionType.SingleStatement;
ExtractMethod\SelectionResult.cs (1)
76public bool IsExtractMethodOnSingleStatement => this.SelectionType == SelectionType.SingleStatement;