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