4 writes to _attributeLists
Microsoft.CodeAnalysis.VisualBasic (4)
6 references to _attributeLists
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (6)
3275writer.WriteValue(Me._attributeLists)
3299Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of AttributeListSyntax)(Me._attributeLists)
3350Return Me._attributeLists
3367Return new EnumStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _enumKeyword, _identifier, _underlyingType)
3371Return new EnumStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _enumKeyword, _identifier, _underlyingType)
38120If node._attributeLists IsNot newAttributeLists.Node Then anyChanges = True