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)
96If (selectionInfo.SelectionInExpression OrElse selectionInfo.SelectionInSingleStatement) AndAlso commonNode.HasDiagnostics() Then 137If Not selectionInfo.SelectionInExpression AndAlso Not selectionInfo.SelectionInSingleStatement Then 147If Not selectionInfo.SelectionInExpression AndAlso Not selectionInfo.SelectionInSingleStatement Then 324If (Not selectionInfo.SelectionInExpression) AndAlso (Not selectionInfo.SelectionInSingleStatement) Then