6 references to GroupKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Binding\Binder_Query.vb (1)
4033rangeVarNameSyntax = DirectCast(item.Aggregation, GroupAggregationSyntax).GroupKeyword
Generated\Syntax.xml.Main.Generated.vb (2)
4449Dim newGroupKeyword = DirectCast(VisitToken(node.GroupKeyword).Node, InternalSyntax.KeywordSyntax) 4450If node.GroupKeyword.Node IsNot newGroupKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
27998If groupKeyword <> Me.GroupKeyword Then
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
21120Assert.NotNull(objectUnderTest.groupKeyword) 21121Dim withObj = objectUnderTest.WithGroupKeyword(objectUnderTest.GroupKeyword)