7 references to Expression
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Expressions.vb (1)
4652
Dim operand As BoundExpression = BindExpression(node.
Expression
, diagnostics)
Generated\Syntax.xml.Main.Generated.vb (2)
5234
Dim newExpression = DirectCast(Visit(node.
Expression
), ExpressionSyntax)
5235
If node.
Expression
IsNot newExpression Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (3)
34488
return Update(awaitKeyword, Me.
Expression
)
34521
Return Me.
Expression
34547
If awaitKeyword <> Me.AwaitKeyword OrElse expression IsNot Me.
Expression
Then
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\BasicDoNotUseCountWhenAnyCanBeUsedFixer.vb (1)
115
sourceExpression = awaitExpressionSyntax.
Expression