4 writes to _argumentList
Microsoft.CodeAnalysis.VisualBasic (4)
7 references to _argumentList
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
21902writer.WriteValue(Me._argumentList)
21932Return Me._argumentList
21957Return Me._argumentList
21968Return new ObjectCreationExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _newKeyword, _attributeLists, _type, _argumentList, _initializer)
21972Return new ObjectCreationExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _newKeyword, _attributeLists, _type, _argumentList, _initializer)
40234Dim newArgumentList = DirectCast(Visit(node._argumentList), ArgumentListSyntax)
40235If node._argumentList IsNot newArgumentList Then anyChanges = True