4 writes to _expression
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
19129
Me.
_expression
= expression
19141
Me.
_expression
= expression
19152
Me.
_expression
= expression
19167
Me.
_expression
= _expression
7 references to _expression
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
19176
writer.WriteValue(Me.
_expression
)
19201
Return Me.
_expression
19210
Return Me.
_expression
19219
Return new WithStatementSyntax(Me.Kind, newErrors, GetAnnotations, _withKeyword,
_expression
)
19223
Return new WithStatementSyntax(Me.Kind, GetDiagnostics, annotations, _withKeyword,
_expression
)
39927
Dim newExpression = DirectCast(Visit(node.
_expression
), ExpressionSyntax)
39928
If node.
_expression
IsNot newExpression Then anyChanges = True