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