8 instantiations of GroupByClauseSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
26905
Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New
GroupByClauseSyntax
(o)
26919
ObjectBinder.RegisterTypeReader(GetType(GroupByClauseSyntax), Function(r) New
GroupByClauseSyntax
(r))
27003
Return new
GroupByClauseSyntax
(Me.Kind, newErrors, GetAnnotations, _groupKeyword, _items, _byKeyword, _keys, _intoKeyword, _aggregationVariables)
27007
Return new
GroupByClauseSyntax
(Me.Kind, GetDiagnostics, annotations, _groupKeyword, _items, _byKeyword, _keys, _intoKeyword, _aggregationVariables)
40842
Return New
GroupByClauseSyntax
(node.Kind, node.GetDiagnostics, node.GetAnnotations, newGroupKeyword, newItems.Node, newByKeyword, newKeys.Node, newIntoKeyword, newAggregationVariables.Node)
52276
Return New
GroupByClauseSyntax
(SyntaxKind.GroupByClause, groupKeyword, items.Node, byKeyword, keys.Node, intoKeyword, aggregationVariables.Node)
64354
Return New
GroupByClauseSyntax
(SyntaxKind.GroupByClause, groupKeyword, items.Node, byKeyword, keys.Node, intoKeyword, aggregationVariables.Node, _factoryContext)
Generated\Syntax.xml.Syntax.Generated.vb (1)
28927
Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
GroupByClauseSyntax
(kind, errors, annotations, groupKeyword, if(items IsNot Nothing, items.Green, Nothing), byKeyword, if(keys IsNot Nothing, keys.Green, Nothing), intoKeyword, if(aggregationVariables IsNot Nothing, aggregationVariables.Green, Nothing)), Nothing, 0)
10 references to GroupByClauseSyntax
Microsoft.CodeAnalysis.VisualBasic (9)
Generated\Syntax.xml.Internal.Generated.vb (5)
26919
ObjectBinder.RegisterTypeReader(GetType(
GroupByClauseSyntax
), Function(r) New GroupByClauseSyntax(r))
37444
Public Overridable Function VisitGroupByClause(ByVal node As
GroupByClauseSyntax
) As VisualBasicSyntaxNode
40825
Public Overrides Function VisitGroupByClause(ByVal node As
GroupByClauseSyntax
) As VisualBasicSyntaxNode
52272
Friend Shared Function GroupByClause(groupKeyword As KeywordSyntax, items As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(of GreenNode), byKeyword As KeywordSyntax, keys As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(of GreenNode), intoKeyword As KeywordSyntax, aggregationVariables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(of GreenNode)) As
GroupByClauseSyntax
64350
Friend Function GroupByClause(groupKeyword As KeywordSyntax, items As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(of GreenNode), byKeyword As KeywordSyntax, keys As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(of GreenNode), intoKeyword As KeywordSyntax, aggregationVariables As Global.Microsoft.CodeAnalysis.Syntax.InternalSyntax.SeparatedSyntaxList(of GreenNode)) As
GroupByClauseSyntax
Generated\Syntax.xml.Syntax.Generated.vb (3)
28935
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
GroupByClauseSyntax
)._groupKeyword, Me.Position, 0)
28982
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
GroupByClauseSyntax
)._byKeyword, Me.GetChildPosition(2), Me.GetChildIndex(2))
29022
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.
GroupByClauseSyntax
)._intoKeyword, Me.GetChildPosition(4), Me.GetChildIndex(4))
Parser\ParseQuery.vb (1)
635
Private Function ParseGroupByExpression(groupKw As KeywordSyntax) As
GroupByClauseSyntax
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
1227
Private Shared Function GenerateGreenGroupByClause() As InternalSyntax.
GroupByClauseSyntax