8 instantiations of GroupAggregationSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
25793Friend Shared CreateInstance As Func(Of ObjectReader, Object) = Function(o) New GroupAggregationSyntax(o) 25802ObjectBinder.RegisterTypeReader(GetType(GroupAggregationSyntax), Function(r) New GroupAggregationSyntax(r)) 25829Return new GroupAggregationSyntax(Me.Kind, newErrors, GetAnnotations, _groupKeyword) 25833Return new GroupAggregationSyntax(Me.Kind, GetDiagnostics, annotations, _groupKeyword) 40708Return New GroupAggregationSyntax(node.Kind, node.GetDiagnostics, node.GetAnnotations, newGroupKeyword) 51918Dim result = New GroupAggregationSyntax(SyntaxKind.GroupAggregation, groupKeyword) 63996Dim result = New GroupAggregationSyntax(SyntaxKind.GroupAggregation, groupKeyword, _factoryContext)
Generated\Syntax.xml.Syntax.Generated.vb (1)
27948Me.New(New Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.GroupAggregationSyntax(kind, errors, annotations, groupKeyword), Nothing, 0)
9 references to GroupAggregationSyntax
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (7)
25802ObjectBinder.RegisterTypeReader(GetType(GroupAggregationSyntax), Function(r) New GroupAggregationSyntax(r)) 37412Public Overridable Function VisitGroupAggregation(ByVal node As GroupAggregationSyntax) As VisualBasicSyntaxNode 40701Public Overrides Function VisitGroupAggregation(ByVal node As GroupAggregationSyntax) As VisualBasicSyntaxNode 51909Friend Shared Function GroupAggregation(groupKeyword As KeywordSyntax) As GroupAggregationSyntax 51915Return DirectCast(cached, GroupAggregationSyntax) 63987Friend Function GroupAggregation(groupKeyword As KeywordSyntax) As GroupAggregationSyntax 63993Return DirectCast(cached, GroupAggregationSyntax)
Generated\Syntax.xml.Syntax.Generated.vb (1)
27956return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.GroupAggregationSyntax)._groupKeyword, Me.Position, 0)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
1187Private Shared Function GenerateGreenGroupAggregation() As InternalSyntax.GroupAggregationSyntax