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