7 references to Expression
Microsoft.CodeAnalysis.VisualBasic (7)
Analysis\FlowAnalysis\AbstractFlowPass.vb (1)
2603
VisitRvalue(node.
Expression
)
Generated\BoundNodes.xml.Generated.vb (4)
8276
If expression IsNot Me.
Expression
OrElse type IsNot Me.Type Then
11928
Me.Visit(node.
Expression
)
13003
Dim expression As BoundExpression = DirectCast(Me.Visit(node.
Expression
), BoundExpression)
14435
New TreeDumperNode("expression", Nothing, new TreeDumperNode() {Visit(node.
Expression
, Nothing)}),
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
440
nodeToCheck = DirectCast(nodeToCheck, BoundXmlEmbeddedExpression).
Expression
Lowering\LocalRewriter\LocalRewriter_XmlLiterals.vb (1)
62
Return Visit(node.
Expression
)