3 writes to _expression
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
12911
Me.
_expression
= expression
12923
Me.
_expression
= expression
12934
Me.
_expression
= expression
6 references to _expression
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
12956
Return Me.
_expression
12965
Return Me.
_expression
12974
Return new SyncLockStatementSyntax(Me.Kind, newErrors, GetAnnotations, _syncLockKeyword,
_expression
)
12978
Return new SyncLockStatementSyntax(Me.Kind, GetDiagnostics, annotations, _syncLockKeyword,
_expression
)
31682
Dim newExpression = DirectCast(Visit(node.
_expression
), ExpressionSyntax)
31683
If node.
_expression
IsNot newExpression Then anyChanges = True