4 writes to _attributes
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
10176
Me.
_attributes
= attributes
10192
Me.
_attributes
= attributes
10207
Me.
_attributes
= attributes
10225
Me.
_attributes
= _attributes
6 references to _attributes
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
10239
writer.WriteValue(Me.
_attributes
)
10268
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(Of AttributeSyntax)(New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of AttributeSyntax)(Me.
_attributes
))
10286
Return Me.
_attributes
10297
Return new AttributeListSyntax(Me.Kind, newErrors, GetAnnotations, _lessThanToken,
_attributes
, _greaterThanToken)
10301
Return new AttributeListSyntax(Me.Kind, GetDiagnostics, annotations, _lessThanToken,
_attributes
, _greaterThanToken)
38898
If node.
_attributes
IsNot newAttributes.Node Then anyChanges = True