16 references to Statements
Microsoft.CodeAnalysis.VisualBasic (9)
Generated\Syntax.xml.Main.Generated.vb (1)
2051
Dim newStatements = VisitList(node.
Statements
)
Generated\Syntax.xml.Syntax.Generated.vb (5)
5890
return Update(Me.Kind, accessorStatement, Me.
Statements
, Me.EndAccessorStatement)
5907
Return Me.
Statements
5924
Return Me.WithStatements(Me.
Statements
.AddRange(items))
5947
return Update(Me.Kind, Me.AccessorStatement, Me.
Statements
, endAccessorStatement)
6002
If kind <> Me.Kind OrElse accessorStatement IsNot Me.AccessorStatement OrElse statements <> Me.
Statements
OrElse endAccessorStatement IsNot Me.EndAccessorStatement Then
Semantics\StatementSyntaxWalker.vb (1)
96
VisitList(node.
Statements
)
Syntax\SyntaxNormalizer.vb (2)
961
AddLinebreaksAfterElementsIfNeeded(node.
Statements
, 1, 1)
963
MarkLastStatementIfNeeded(node.
Statements
)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (2)
src\roslyn\src\Analyzers\VisualBasic\Analyzers\UseAutoProperty\VisualBasicUseAutoPropertyAnalyzer.vb (2)
97
Dim statements = accessor?.
Statements
120
Dim statements = setAccessor?.
Statements
Microsoft.CodeAnalysis.VisualBasic.Features (5)
ExtractMethod\VisualBasicMethodExtractor.VisualBasicCodeGenerator.CallSiteContainerRewriter.vb (1)
136
WithStatements(VisitList(ReplaceStatementsIfNeeded(node.
Statements
)))
ReplacePropertyWithMethods\VisualBasicReplacePropertyWithMethods.vb (2)
95
statements.AddRange(block.
Statements
.Select(AddressOf WithFormattingAnnotation))
128
statements.AddRange(block.
Statements
.Select(AddressOf WithFormattingAnnotation))
src\roslyn\src\Analyzers\VisualBasic\Analyzers\UseAutoProperty\VisualBasicUseAutoPropertyAnalyzer.vb (2)
97
Dim statements = accessor?.
Statements
120
Dim statements = setAccessor?.
Statements