15 references to AggregateKeyword
Microsoft.CodeAnalysis.Test.Utilities (1)
Compilation\ControlFlowGraphVerifier.cs (1)
736aggregate.AggregateKeyword.SpanStart < candidate.Syntax.SpanStart &&
Microsoft.CodeAnalysis.VisualBasic (11)
Binding\Binder_Query.vb (2)
359aggregate.AggregateKeyword.Span, 554aggregate.AggregateKeyword.Span,
Binding\MemberSemanticModel.vb (1)
1437ElseIf aggregate.AggregateKeyword.SpanStart <= position Then
Generated\Syntax.xml.Main.Generated.vb (2)
4492Dim newAggregateKeyword = DirectCast(VisitToken(node.AggregateKeyword).Node, InternalSyntax.KeywordSyntax) 4493If node.AggregateKeyword.Node IsNot newAggregateKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (5)
28314return Update(Me.AggregateKeyword, variables, Me.AdditionalQueryOperators, Me.IntoKeyword, Me.AggregationVariables) 28340return Update(Me.AggregateKeyword, Me.Variables, additionalQueryOperators, Me.IntoKeyword, Me.AggregationVariables) 28362return Update(Me.AggregateKeyword, Me.Variables, Me.AdditionalQueryOperators, intoKeyword, Me.AggregationVariables) 28384return Update(Me.AggregateKeyword, Me.Variables, Me.AdditionalQueryOperators, Me.IntoKeyword, aggregationVariables) 28446If aggregateKeyword <> Me.AggregateKeyword OrElse variables <> Me.Variables OrElse additionalQueryOperators <> Me.AdditionalQueryOperators OrElse intoKeyword <> Me.IntoKeyword OrElse aggregationVariables <> Me.AggregationVariables Then
Syntax\SyntaxNodeExtensions.vb (1)
341Return DirectCast(syntax, AggregateClauseSyntax).AggregateKeyword
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
1702Return DirectCast(node, AggregateClauseSyntax).AggregateKeyword.Span
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
21146Assert.NotNull(objectUnderTest.aggregateKeyword) 21150Dim withObj = objectUnderTest.WithAggregateKeyword(objectUnderTest.AggregateKeyword).WithVariables(objectUnderTest.Variables).WithAdditionalQueryOperators(objectUnderTest.AdditionalQueryOperators).WithIntoKeyword(objectUnderTest.IntoKeyword).WithAggregationVariables(objectUnderTest.AggregationVariables)