4 writes to _argumentList
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
21606Me._argumentList = argumentList 21622Me._argumentList = argumentList 21637Me._argumentList = argumentList 21653Me._argumentList = _argumentList
7 references to _argumentList
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
21662writer.WriteValue(Me._argumentList) 21693Return Me._argumentList 21702Return Me._argumentList 21711Return new InvocationExpressionSyntax(Me.Kind, newErrors, GetAnnotations, _expression, _argumentList) 21715Return new InvocationExpressionSyntax(Me.Kind, GetDiagnostics, annotations, _expression, _argumentList) 40215Dim newArgumentList = DirectCast(Visit(node._argumentList), ArgumentListSyntax) 40216If node._argumentList IsNot newArgumentList Then anyChanges = True