6 references to Expression
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Statements.vb (1)
2705
Dim boundExpression As BoundExpression = BindRValue(printStmt.
Expression
, diagnostics)
Generated\Syntax.xml.Main.Generated.vb (2)
2717
Dim newExpression = DirectCast(Visit(node.
Expression
), ExpressionSyntax)
2718
If node.
Expression
IsNot newExpression Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (3)
12627
return Update(questionToken, Me.
Expression
)
12660
Return Me.
Expression
12686
If questionToken <> Me.QuestionToken OrElse expression IsNot Me.
Expression
Then