4 writes to _newExpression
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
8718
Me.
_newExpression
= newExpression
8728
Me.
_newExpression
= newExpression
8737
Me.
_newExpression
= newExpression
8747
Me.
_newExpression
= _newExpression
7 references to _newExpression
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
8755
writer.WriteValue(Me.
_newExpression
)
8771
Return Me.
_newExpression
8780
Return Me.
_newExpression
8789
Return new AsNewClauseSyntax(Me.Kind, newErrors, GetAnnotations, _asKeyword,
_newExpression
)
8793
Return new AsNewClauseSyntax(Me.Kind, GetDiagnostics, annotations, _asKeyword,
_newExpression
)
38740
Dim newNewExpression = DirectCast(Visit(node.
_newExpression
), NewExpressionSyntax)
38741
If node.
_newExpression
IsNot newNewExpression Then anyChanges = True