8 instantiations of AttributesStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
10645
Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New
AttributesStatementSyntax
(o)
10654
ObjectBinder.RegisterTypeReader(GetType(AttributesStatementSyntax), Function(r) New
AttributesStatementSyntax
(r))
10684
Return new
AttributesStatementSyntax
(Me.Kind, newErrors, GetAnnotations, _attributeLists)
10688
Return new
AttributesStatementSyntax
(Me.Kind, GetDiagnostics, annotations, _attributeLists)
38948
Return New
AttributesStatementSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newAttributeLists.Node)
45506
Dim result = New
AttributesStatementSyntax
(SyntaxKind.AttributesStatement, attributeLists.Node)
57584
Dim result = New
AttributesStatementSyntax
(SyntaxKind.AttributesStatement, attributeLists.Node, _factoryContext)
Generated\Syntax.xml.Syntax.Generated.vb (1)
12423
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
AttributesStatementSyntax
(kind, errors, annotations, if(attributeLists IsNot Nothing, attributeLists.Green, Nothing)), Nothing, 0)
13 references to AttributesStatementSyntax
Microsoft.CodeAnalysis.VisualBasic (12)
Generated\Syntax.xml.Internal.Generated.vb (9)
492
Friend ReadOnly Property Attributes As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributesStatementSyntax
)
494
Return new Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributesStatementSyntax
)(Me._attributes)
10654
ObjectBinder.RegisterTypeReader(GetType(
AttributesStatementSyntax
), Function(r) New AttributesStatementSyntax(r))
36940
Public Overridable Function VisitAttributesStatement(ByVal node As
AttributesStatementSyntax
) As VisualBasicSyntaxNode
38941
Public Overrides Function VisitAttributesStatement(ByVal node As
AttributesStatementSyntax
) As VisualBasicSyntaxNode
45498
Friend Shared Function AttributesStatement(attributeLists As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode)) As
AttributesStatementSyntax
45503
Return DirectCast(cached,
AttributesStatementSyntax
)
57576
Friend Function AttributesStatement(attributeLists As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode)) As
AttributesStatementSyntax
57581
Return DirectCast(cached,
AttributesStatementSyntax
)
Parser\BlockContexts\CompilationUnitContext.vb (3)
22
Private _attributeStmts As CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributesStatementSyntax
)
63
_attributeStmts = New CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributesStatementSyntax
)(Body.Node)
109
_attributeStmts = New CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of
AttributesStatementSyntax
)(Body.Node)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
427
Private Shared Function GenerateGreenAttributesStatement() As InternalSyntax.
AttributesStatementSyntax