4 writes to _attributeLists
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
10608
Me.
_attributeLists
= attributeLists
10620
Me.
_attributeLists
= attributeLists
10631
Me.
_attributeLists
= attributeLists
10642
Me.
_attributeLists
= _attributeLists
6 references to _attributeLists
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
10650
writer.WriteValue(Me.
_attributeLists
)
10669
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of AttributeListSyntax)(Me.
_attributeLists
)
10675
Return Me.
_attributeLists
10684
Return new AttributesStatementSyntax(Me.Kind, newErrors, GetAnnotations,
_attributeLists
)
10688
Return new AttributesStatementSyntax(Me.Kind, GetDiagnostics, annotations,
_attributeLists
)
38945
If node.
_attributeLists
IsNot newAttributeLists.Node Then anyChanges = True