13 references to ExpressionStatement
Microsoft.CodeAnalysis.CSharp (12)
BoundTree\BoundNodeExtensions.cs (1)
42if (statement!.Kind == BoundKind.ExpressionStatement)
BoundTree\BoundTreeVisitors.cs (1)
85case BoundKind.ExpressionStatement:
CodeGen\EmitStatement.cs (1)
59case BoundKind.ExpressionStatement:
Generated\BoundNodes.xml.Generated.cs (2)
3558: base(BoundKind.ExpressionStatement, syntax, hasErrors || expression.HasErrors()) 8698case BoundKind.ExpressionStatement:
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
150case BoundKind.ExpressionStatement:
Lowering\InitializerRewriter.cs (1)
84return (statement.Kind == BoundKind.ExpressionStatement) && ((ExpressionStatementSyntax)statement.Syntax).SemicolonToken.IsMissing ?
Lowering\LocalRewriter\LocalRewriter.cs (4)
763if (initializer.Kind == BoundKind.ExpressionStatement) 765goto case BoundKind.ExpressionStatement; 770case BoundKind.ExpressionStatement: 788if (statement.Kind != BoundKind.ExpressionStatement)
Operations\CSharpOperationFactory.cs (1)
207case BoundKind.ExpressionStatement:
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
Symbols\EEMethodSymbol.cs (1)
741case BoundKind.ExpressionStatement: