8 instantiations of AggregateClauseSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
26205
Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New
AggregateClauseSyntax
(o)
26218
ObjectBinder.RegisterTypeReader(GetType(AggregateClauseSyntax), Function(r) New
AggregateClauseSyntax
(r))
26293
Return new
AggregateClauseSyntax
(Me.Kind, newErrors, GetAnnotations, _aggregateKeyword, _variables, _additionalQueryOperators, _intoKeyword, _aggregationVariables)
26297
Return new
AggregateClauseSyntax
(Me.Kind, GetDiagnostics, annotations, _aggregateKeyword, _variables, _additionalQueryOperators, _intoKeyword, _aggregationVariables)
40759
Return New
AggregateClauseSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newAggregateKeyword, newVariables.Node, newAdditionalQueryOperators.Node, newIntoKeyword, newAggregationVariables.Node)
52004
Return New
AggregateClauseSyntax
(SyntaxKind.AggregateClause, aggregateKeyword, variables.Node, additionalQueryOperators.Node, intoKeyword, aggregationVariables.Node)
64082
Return New
AggregateClauseSyntax
(SyntaxKind.AggregateClause, aggregateKeyword, variables.Node, additionalQueryOperators.Node, intoKeyword, aggregationVariables.Node, _factoryContext)
Generated\Syntax.xml.Syntax.Generated.vb (1)
28274
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
AggregateClauseSyntax
(kind, errors, annotations, aggregateKeyword, if(variables IsNot Nothing, variables.Green, Nothing), if(additionalQueryOperators IsNot Nothing, additionalQueryOperators.Green, Nothing), intoKeyword, if(aggregationVariables IsNot Nothing, aggregationVariables.Green, Nothing)), Nothing, 0)
9 references to AggregateClauseSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (5)
26218
ObjectBinder.RegisterTypeReader(GetType(
AggregateClauseSyntax
), Function(r) New AggregateClauseSyntax(r))
37424
Public Overridable Function VisitAggregateClause(ByVal node As
AggregateClauseSyntax
) As VisualBasicSyntaxNode
40744
Public Overrides Function VisitAggregateClause(ByVal node As
AggregateClauseSyntax
) As VisualBasicSyntaxNode
52001
Friend Shared Function AggregateClause(aggregateKeyword As KeywordSyntax, variables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(of GreenNode), additionalQueryOperators As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), intoKeyword As KeywordSyntax, aggregationVariables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(of GreenNode)) As
AggregateClauseSyntax
64079
Friend Function AggregateClause(aggregateKeyword As KeywordSyntax, variables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(of GreenNode), additionalQueryOperators As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode), intoKeyword As KeywordSyntax, aggregationVariables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(of GreenNode)) As
AggregateClauseSyntax
Generated\Syntax.xml.Syntax.Generated.vb (2)
28282
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
AggregateClauseSyntax
)._aggregateKeyword, Me.Position, 0)
28352
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
AggregateClauseSyntax
)._intoKeyword, Me.GetChildPosition(3), Me.GetChildIndex(3))
Parser\ParseQuery.vb (1)
1200
Private Function ParseAggregateClause(AggregateKw As KeywordSyntax) As
AggregateClauseSyntax
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
1199
Private Shared Function GenerateGreenAggregateClause() As InternalSyntax.
AggregateClauseSyntax