1 write to SelectionInExpression
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\SelectionInfo.cs (1)
95
SelectionInExpression
= resultSelectionInExpression,
3 references to SelectionInExpression
Microsoft.CodeAnalysis.Features (3)
ExtractMethod\SelectionInfo.cs (2)
87
var resultSelectionInExpression = selectionInExpression.HasValue ? selectionInExpression.Value : this.
SelectionInExpression
;
101
if (this.
SelectionInExpression
)
ExtractMethod\SelectionValidator.cs (1)
50
if (!selectionInfo.
SelectionInExpression
&&