3 writes to _expression
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
15077
Me.
_expression
= expression
15089
Me.
_expression
= expression
15100
Me.
_expression
= expression
6 references to _expression
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
15122
Return Me.
_expression
15131
Return Me.
_expression
15140
Return new WithStatementSyntax(Me.Kind, newErrors, GetAnnotations, _withKeyword,
_expression
)
15144
Return new WithStatementSyntax(Me.Kind, GetDiagnostics, annotations, _withKeyword,
_expression
)
31999
Dim newExpression = DirectCast(Visit(node.
_expression
), ExpressionSyntax)
32000
If node.
_expression
IsNot newExpression Then anyChanges = True