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