23 references to Statements
Microsoft.CodeAnalysis.VisualBasic (11)
Binding\Binder_Statements.vb (1)
2765consequence = BindBlock(node, node.Statements, diagnostics).MakeCompilerGenerated()
Binding\LocalBinderBuilder.vb (1)
232CreateBinderFromStatementList(node.Statements, _containingBinder)
Generated\Syntax.xml.Main.Generated.vb (1)
2920Dim newStatements = VisitList(node.Statements)
Generated\Syntax.xml.Syntax.Generated.vb (6)
14217return Update(ifKeyword, Me.Condition, Me.ThenKeyword, Me.Statements, Me.ElseClause) 14235return Update(Me.IfKeyword, condition, Me.ThenKeyword, Me.Statements, Me.ElseClause) 14253return Update(Me.IfKeyword, Me.Condition, thenKeyword, Me.Statements, Me.ElseClause) 14280Return Me.WithStatements(Me.Statements.AddRange(items)) 14301return Update(Me.IfKeyword, Me.Condition, Me.ThenKeyword, Me.Statements, elseClause) 14364If ifKeyword <> Me.IfKeyword OrElse condition IsNot Me.Condition OrElse thenKeyword <> Me.ThenKeyword OrElse statements <> Me.Statements OrElse elseClause IsNot Me.ElseClause Then
Semantics\StatementSyntaxWalker.vb (1)
137VisitList(node.Statements)
Syntax\SyntaxFacts.vb (1)
448body = ifStatement.Statements
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\SyntaxNodeExtensions.vb (2)
145Return singleLineIfStatement.Statements 683ifStatements = singleLineIf.Statements
Microsoft.CodeAnalysis.VisualBasic.Features (4)
EditAndContinue\SyntaxComparer.vb (1)
1038Return New With {part.Condition, part.Statements}
ExtractMethod\VisualBasicMethodExtractor.VisualBasicCodeGenerator.CallSiteContainerRewriter.vb (1)
184VisitList(ReplaceStatementsIfNeeded(node.Statements, colon:=True)),
InvertIf\VisualBasicInvertIfCodeRefactoringProvider.SingleLine.vb (2)
27Not ifNode.Statements.Any(Function(n) n.IsKind(SyntaxKind.LocalDeclarationStatement)) AndAlso 36Return ifNode.Statements
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\BasicDoNotGuardCall.Fixer.vb (2)
69Dim singleLineGuardedStatement = GetGuardedStatement(If(guardedCallInElse, singleLineIfStatementSyntax.ElseClause?.Statements, singleLineIfStatementSyntax.Statements)) 82.WithStatements(If(guardedCallInElse, singleLineIfStatementSyntax.Statements, singleLineIfStatementSyntax.ElseClause.Statements)) _
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\SyntaxNodeExtensions.vb (2)
145Return singleLineIfStatement.Statements 683ifStatements = singleLineIf.Statements
Roslyn.Diagnostics.VisualBasic.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\SyntaxNodeExtensions.vb (2)
145Return singleLineIfStatement.Statements 683ifStatements = singleLineIf.Statements