4 references to SelectionType
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
52
return selectionResult.
SelectionType
switch
Microsoft.CodeAnalysis.Features (3)
ExtractMethod\SelectionResult.cs (3)
75
public bool IsExtractMethodOnExpression => this.
SelectionType
== SelectionType.Expression;
76
public bool IsExtractMethodOnSingleStatement => this.
SelectionType
== SelectionType.SingleStatement;
77
public bool IsExtractMethodOnMultipleStatements => this.
SelectionType
== SelectionType.MultipleStatements;