8 references to Expression
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Statements.vb (1)
4727
Dim lockExpression As BoundExpression = BindRValue(node.SyncLockStatement.
Expression
, diagnostics)
Generated\Syntax.xml.Main.Generated.vb (2)
3355
Dim newExpression = DirectCast(Visit(node.
Expression
), ExpressionSyntax)
3356
If node.
Expression
IsNot newExpression Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (3)
17870
return Update(syncLockKeyword, Me.
Expression
)
17903
Return Me.
Expression
17929
If syncLockKeyword <> Me.SyncLockKeyword OrElse expression IsNot Me.
Expression
Then
Microsoft.CodeAnalysis.VisualBasic.Features (2)
EditAndContinue\SyntaxComparer.vb (2)
1013
distance = ComputeWeightedDistance(leftLock.SyncLockStatement.
Expression
, leftLock.Statements, rightLock.SyncLockStatement.
Expression
, rightLock.Statements)