10 references to Expression
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\Binder_Query.vb (2)
2549
ordering.
Expression
, source.RangeVariables)
2559
Dim key As BoundExpression = keyBinder.BindValue(ordering.
Expression
, diagnostics)
Generated\Syntax.xml.Main.Generated.vb (2)
4678
Dim newExpression = DirectCast(Visit(node.
Expression
), ExpressionSyntax)
4679
If node.
Expression
IsNot newExpression Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (3)
30200
return Update(Me.Kind, Me.
Expression
, ascendingOrDescendingKeyword)
30215
Return Me.
Expression
30244
If kind <> Me.Kind OrElse expression IsNot Me.
Expression
OrElse ascendingOrDescendingKeyword <> Me.AscendingOrDescendingKeyword Then
Syntax\LambdaUtilities.vb (1)
234
Return ordering.
Expression
Microsoft.CodeAnalysis.VisualBasic.Features (2)
EditAndContinue\BreakpointSpans.vb (1)
369
Return CreateSpan(orderingSyntax.
Expression
)
src\roslyn\src\Compilers\VisualBasic\Portable\Syntax\LambdaUtilities.vb (1)
234
Return ordering.
Expression