3 writes to _attributes
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
8055
Me.
_attributes
= attributes
8071
Me.
_attributes
= attributes
8086
Me.
_attributes
= attributes
5 references to _attributes
Microsoft.CodeAnalysis.VisualBasic (5)
Generated\Syntax.xml.Internal.Generated.vb (5)
8114
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(Of AttributeSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of AttributeSyntax)(Me.
_attributes
))
8132
Return Me.
_attributes
8143
Return new AttributeListSyntax(Me.Kind, newErrors, GetAnnotations, _lessThanToken,
_attributes
, _greaterThanToken)
8147
Return new AttributeListSyntax(Me.Kind, GetDiagnostics, annotations, _lessThanToken,
_attributes
, _greaterThanToken)
30970
If node.
_attributes
IsNot newAttributes.Node Then anyChanges = True