3 references to SelectionType
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;