3 writes to _attributeLists
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
8397Me._attributeLists = attributeLists 8409Me._attributeLists = attributeLists 8420Me._attributeLists = attributeLists
5 references to _attributeLists
Microsoft.CodeAnalysis.VisualBasic (5)
Generated\Syntax.xml.Internal.Generated.vb (5)
8437Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of AttributeListSyntax)(Me._attributeLists) 8443Return Me._attributeLists 8452Return new AttributesStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists) 8456Return new AttributesStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists) 31017If node._attributeLists IsNot newAttributeLists.Node Then anyChanges = True