3 writes to _newExpression
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
6906
Me.
_newExpression
= newExpression
6916
Me.
_newExpression
= newExpression
6925
Me.
_newExpression
= newExpression
6 references to _newExpression
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
6938
Return Me.
_newExpression
6947
Return Me.
_newExpression
6956
Return new AsNewClauseSyntax(Me.Kind, newErrors, GetAnnotations, _asKeyword,
_newExpression
)
6960
Return new AsNewClauseSyntax(Me.Kind, GetDiagnostics, annotations, _asKeyword,
_newExpression
)
30812
Dim newNewExpression = DirectCast(Visit(node.
_newExpression
), NewExpressionSyntax)
30813
If node.
_newExpression
IsNot newNewExpression Then anyChanges = True