4 references to ExpressionStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (3)
10780Return new ExpressionStatementSyntax(Me.Kind, newErrors, GetAnnotations, _expression) 10784Return new ExpressionStatementSyntax(Me.Kind, GetDiagnostics, annotations, _expression) 38961Return New ExpressionStatementSyntax(node.Kind, node.GetDiagnostics, node.GetAnnotations, newExpression)
Generated\Syntax.xml.Syntax.Generated.vb (1)
12521Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExpressionStatementSyntax(kind, errors, annotations, DirectCast(expression.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.ExpressionSyntax)), Nothing, 0)