3 writes to _expression
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
14301
Me.
_expression
= expression
14319
Me.
_expression
= expression
14336
Me.
_expression
= expression
6 references to _expression
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
14367
Return Me.
_expression
14389
Return Me.
_expression
14400
Return new UsingStatementSyntax(Me.Kind, newErrors, GetAnnotations, _usingKeyword,
_expression
, _variables)
14404
Return new UsingStatementSyntax(Me.Kind, GetDiagnostics, annotations, _usingKeyword,
_expression
, _variables)
31884
Dim newExpression = DirectCast(Visit(node.
_expression
), ExpressionSyntax)
31885
If node.
_expression
IsNot newExpression Then anyChanges = True