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