8 instantiations of AttributeListSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
10233
Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New
AttributeListSyntax
(o)
10244
ObjectBinder.RegisterTypeReader(GetType(AttributeListSyntax), Function(r) New
AttributeListSyntax
(r))
10297
Return new
AttributeListSyntax
(Me.Kind, newErrors, GetAnnotations, _lessThanToken, _attributes, _greaterThanToken)
10301
Return new
AttributeListSyntax
(Me.Kind, GetDiagnostics, annotations, _lessThanToken, _attributes, _greaterThanToken)
38903
Return New
AttributeListSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newLessThanToken, newAttributes.Node, newGreaterThanToken)
45421
Dim result = New
AttributeListSyntax
(SyntaxKind.AttributeList, lessThanToken, attributes.Node, greaterThanToken)
57499
Dim result = New
AttributeListSyntax
(SyntaxKind.AttributeList, lessThanToken, attributes.Node, greaterThanToken, _factoryContext)
Generated\Syntax.xml.Syntax.Generated.vb (1)
12019
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
AttributeListSyntax
(kind, errors, annotations, lessThanToken, if(attributes IsNot Nothing, attributes.Green, Nothing), greaterThanToken), Nothing, 0)
64 references to AttributeListSyntax
Microsoft.CodeAnalysis.VisualBasic (63)
Generated\Syntax.xml.Internal.Generated.vb (27)
2699
Friend ReadOnly Property AttributeLists As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributeListSyntax
)
2701
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributeListSyntax
)(Me._attributeLists)
3297
Friend ReadOnly Property AttributeLists As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributeListSyntax
)
3299
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributeListSyntax
)(Me._attributeLists)
4361
Friend ReadOnly Property AttributeLists As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributeListSyntax
)
4363
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributeListSyntax
)(Me._attributeLists)
5378
Friend ReadOnly Property AttributeLists As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributeListSyntax
)
5380
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributeListSyntax
)(Me._attributeLists)
8103
Friend ReadOnly Property AttributeLists As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributeListSyntax
)
8105
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributeListSyntax
)(Me._attributeLists)
8279
Friend ReadOnly Property AttributeLists As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributeListSyntax
)
8281
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributeListSyntax
)(Me._attributeLists)
8658
Friend ReadOnly Property AttributeLists As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributeListSyntax
)
8660
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributeListSyntax
)(Me._attributeLists)
9722
Friend ReadOnly Property AttributeLists As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributeListSyntax
)
9724
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributeListSyntax
)(Me._attributeLists)
10244
ObjectBinder.RegisterTypeReader(GetType(
AttributeListSyntax
), Function(r) New AttributeListSyntax(r))
10667
Friend ReadOnly Property AttributeLists As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributeListSyntax
)
10669
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributeListSyntax
)(Me._attributeLists)
21806
Friend ReadOnly Property AttributeLists As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributeListSyntax
)
21808
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributeListSyntax
)(Me._attributeLists)
36928
Public Overridable Function VisitAttributeList(ByVal node As
AttributeListSyntax
) As VisualBasicSyntaxNode
38892
Public Overrides Function VisitAttributeList(ByVal node As
AttributeListSyntax
) As VisualBasicSyntaxNode
45411
Friend Shared Function AttributeList(lessThanToken As PunctuationSyntax, attributes As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(of GreenNode), greaterThanToken As PunctuationSyntax) As
AttributeListSyntax
45418
Return DirectCast(cached,
AttributeListSyntax
)
57489
Friend Function AttributeList(lessThanToken As PunctuationSyntax, attributes As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(of GreenNode), greaterThanToken As PunctuationSyntax) As
AttributeListSyntax
57496
Return DirectCast(cached,
AttributeListSyntax
)
Generated\Syntax.xml.Syntax.Generated.vb (2)
12027
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
AttributeListSyntax
)._lessThanToken, Me.Position, 0)
12074
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
AttributeListSyntax
)._greaterThanToken, Me.GetChildPosition(2), Me.GetChildIndex(2))
Parser\ParseExpression.vb (1)
1693
Dim returnTypeAttributes As CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributeListSyntax
) = Nothing
Parser\Parser.vb (30)
1028
Dim attributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
) = Nothing
1266
Dim attributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
) = Nothing
1275
Private Function ParseSpecifierDeclaration(attributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
)) As StatementSyntax
1281
attributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
),
1434
Optional attributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
) = Nothing,
1491
Private Function ParseEnumMemberOrLabel(attributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
)) As StatementSyntax
1552
Optional attributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
) = Nothing,
1637
Private Function ParseNamespaceStatement(attributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
), Specifiers As CoreInternalSyntax.SyntaxList(Of KeywordSyntax)) As NamespaceStatementSyntax
2052
attributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
),
3391
Private Function ParsePropertyOrEventAccessor(accessorKind As SyntaxKind, attributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
), modifiers As CoreInternalSyntax.SyntaxList(Of KeywordSyntax)) As AccessorStatementSyntax
3597
attributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
),
3762
attributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
),
3848
Dim returnTypeAttributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
) = Nothing
3910
attributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
),
4003
Dim returnTypeAttributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
) = Nothing
4091
attributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
),
4197
attributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
),
4483
Dim attributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
) = Nothing
4629
Private Function ParseParameter(attributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
), modifiers As CoreInternalSyntax.SyntaxList(Of KeywordSyntax)) As ParameterSyntax
4695
Private Function ParseImportsStatement(Attributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
), Specifiers As CoreInternalSyntax.SyntaxList(Of KeywordSyntax)) As ImportsStatementSyntax
4850
Private Function ParseInheritsImplementsStatement(Attributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
), Specifiers As CoreInternalSyntax.SyntaxList(Of KeywordSyntax)) As InheritsOrImplementsStatementSyntax
4909
Private Function ParseOptionStatement(Attributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
), Specifiers As CoreInternalSyntax.SyntaxList(Of KeywordSyntax)) As StatementSyntax
5018
Private Function ParseProcDeclareStatement(attributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
), modifiers As CoreInternalSyntax.SyntaxList(Of KeywordSyntax)) As DeclareStatementSyntax
5127
Dim returnAttributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
) = Nothing
5220
attributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
),
5327
attributes As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
),
5400
Private Function ParseEmptyAttributeLists() As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
)
5429
Dim attributeBlocks = _pool.Allocate(Of
AttributeListSyntax
)()
5451
Private Function ParseAttributeLists(allowFileLevelAttributes As Boolean) As CoreInternalSyntax.SyntaxList(Of
AttributeListSyntax
)
5454
Dim attributeBlocks = _pool.Allocate(Of
AttributeListSyntax
)()
Parser\ParseReportError.vb (3)
65
attributes As CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributeListSyntax
),
114
Private Function ReportModifiersOnStatementError(attributes As CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributeListSyntax
), modifiers As CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of KeywordSyntax), keyword As KeywordSyntax) As KeywordSyntax
118
Private Function ReportModifiersOnStatementError(errorId As ERRID, attributes As CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributeListSyntax
), modifiers As CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of KeywordSyntax), keyword As KeywordSyntax) As KeywordSyntax
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
415
Private Shared Function GenerateGreenAttributeList() As InternalSyntax.
AttributeListSyntax