4 writes to _attributes
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
350
Me.
_attributes
= attributes
376
Me.
_attributes
= attributes
401
Me.
_attributes
= attributes
428
Me.
_attributes
= _attributes
6 references to _attributes
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
448
writer.WriteValue(Me.
_attributes
)
494
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of AttributesStatementSyntax)(Me.
_attributes
)
529
Return Me.
_attributes
542
Return new CompilationUnitSyntax(Me.Kind, newErrors, GetAnnotations, _options, _imports,
_attributes
, _members, _endOfFileToken)
546
Return new CompilationUnitSyntax(Me.Kind, GetDiagnostics, annotations, _options, _imports,
_attributes
, _members, _endOfFileToken)
37777
If node.
_attributes
IsNot newAttributes.Node Then anyChanges = True