3 writes to _attributes
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
290
Me.
_attributes
= attributes
316
Me.
_attributes
= attributes
341
Me.
_attributes
= attributes
5 references to _attributes
Microsoft.CodeAnalysis.VisualBasic (5)
Generated\Syntax.xml.Internal.Generated.vb (5)
389
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of AttributesStatementSyntax)(Me.
_attributes
)
424
Return Me.
_attributes
437
Return new CompilationUnitSyntax(Me.Kind, newErrors, GetAnnotations, _options, _imports,
_attributes
, _members, _endOfFileToken)
441
Return new CompilationUnitSyntax(Me.Kind, GetDiagnostics, annotations, _options, _imports,
_attributes
, _members, _endOfFileToken)
29849
If node.
_attributes
IsNot newAttributes.Node Then anyChanges = True