12 references to ExpressionStatement
Microsoft.CodeAnalysis.VisualBasic (12)
Analysis\InitializerRewriter.vb (2)
210
If statement.Kind = BoundKind.
ExpressionStatement
Then
264
If firstBoundStatement.Kind = BoundKind.
ExpressionStatement
Then
Binding\Binder_Initializers.vb (1)
211
If Me.Compilation.IsSubmission AndAlso isLast AndAlso boundStatement.Kind = BoundKind.
ExpressionStatement
AndAlso Not boundStatement.HasErrors Then
BoundTree\BoundTreeVisitor.vb (1)
79
Case BoundKind.
ExpressionStatement
CodeGen\EmitStatement.vb (1)
29
Case BoundKind.
ExpressionStatement
Compilation\MethodCompiler.vb (1)
1844
ElseIf theFirstStatementOpt.Kind = BoundKind.
ExpressionStatement
Then
Generated\BoundNodes.xml.Generated.vb (2)
4882
MyBase.New(BoundKind.
ExpressionStatement
, syntax, hasErrors OrElse expression.NonNullAndHasErrors())
9522
Case BoundKind.
ExpressionStatement
Lowering\Diagnostics\DiagnosticsPass_ExpressionLambdas.vb (1)
228
Case BoundKind.
ExpressionStatement
,
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter.vb (1)
163
Case BoundKind.
ExpressionStatement
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (2)
504
If statement.Kind <> BoundKind.
ExpressionStatement
OrElse
542
Case BoundKind.
ExpressionStatement