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