5 writes to SelectionInSingleStatement
Microsoft.CodeAnalysis.VisualBasic.Features (5)
ExtractMethod\VisualBasicSelectionValidator.vb (5)
308
.
SelectionInSingleStatement
= forBlock.Span.Contains(nextStatement.Span)
354
.
SelectionInSingleStatement
= TypeOf firstValidNode Is StatementSyntax
376
.
SelectionInSingleStatement
= TypeOf outerNode Is StatementSyntax
427
.
SelectionInSingleStatement
= True
451
.
SelectionInSingleStatement
= TypeOf parent Is StatementSyntax
4 references to SelectionInSingleStatement
Microsoft.CodeAnalysis.VisualBasic.Features (4)
ExtractMethod\VisualBasicSelectionValidator.vb (4)
96
If (selectionInfo.SelectionInExpression OrElse selectionInfo.
SelectionInSingleStatement
) AndAlso commonNode.HasDiagnostics() Then
137
If Not selectionInfo.SelectionInExpression AndAlso Not selectionInfo.
SelectionInSingleStatement
Then
147
If Not selectionInfo.SelectionInExpression AndAlso Not selectionInfo.
SelectionInSingleStatement
Then
324
If (Not selectionInfo.SelectionInExpression) AndAlso (Not selectionInfo.
SelectionInSingleStatement
) Then