4 writes to SelectionInExpression
Microsoft.CodeAnalysis.CSharp.Features (3)
ExtractMethod\CSharpSelectionValidator.cs (3)
200SelectionInExpression = firstValidNode is ExpressionSyntax, 359SelectionInExpression = true, 377SelectionInExpression = true,
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\SelectionInfo.cs (1)
95SelectionInExpression = resultSelectionInExpression,
5 references to SelectionInExpression
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpSelectionValidator.cs (2)
128if (!finalSelectionInfo.SelectionInExpression) 320if (selectionInfo.SelectionInExpression && commonNode.PartOfConstantInitializerExpression())
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 &&