6 writes to SelectionInExpression
Microsoft.CodeAnalysis.VisualBasic.Features (6)
ExtractMethod\VisualBasicSelectionValidator.vb (6)
307
.
SelectionInExpression
= False
353
.
SelectionInExpression
= TypeOf firstValidNode Is ExpressionSyntax
375
.
SelectionInExpression
= TypeOf outerNode Is ExpressionSyntax
405
.
SelectionInExpression
= True
450
.
SelectionInExpression
= TypeOf parent Is ExpressionSyntax
553
.
SelectionInExpression
= selectionInExpression,
10 references to SelectionInExpression
Microsoft.CodeAnalysis.VisualBasic.Features (10)
ExtractMethod\VisualBasicSelectionValidator.vb (10)
45
If Not selectionInfo.
SelectionInExpression
Then
69
selectionInfo.
SelectionInExpression
,
96
If (selectionInfo.
SelectionInExpression
OrElse selectionInfo.SelectionInSingleStatement) AndAlso commonNode.HasDiagnostics() Then
117
If selectionInfo.
SelectionInExpression
AndAlso commonNode.PartOfConstantInitializerExpression() Then
123
If selectionInfo.
SelectionInExpression
AndAlso commonNode.IsArgumentForByRefParameter(semanticModel, cancellationToken) Then
137
If Not selectionInfo.
SelectionInExpression
AndAlso Not selectionInfo.SelectionInSingleStatement Then
147
If Not selectionInfo.
SelectionInExpression
AndAlso Not selectionInfo.SelectionInSingleStatement Then
194
If selectionInfo.
SelectionInExpression
Then
324
If (Not selectionInfo.
SelectionInExpression
) AndAlso (Not selectionInfo.SelectionInSingleStatement) Then
369
If selectionInfo.
SelectionInExpression
Then